(function($) {
"use strict";
$.fn.aRise = function() {
// vars first of all
var links = this, total = this.length;
// add styles to head
$('head').append('');
links.each(function(index) {
$(this).click(function(e) {
e.preventDefault();
// update index value
index = $(this).index();
// remove if already opened
$('#arise-div').remove();
// inner content of popup
var ariseDivOptions = {
id: "arise-div",
html: ""
};
// include title (if any)
if ($(this).attr("title")) ariseDivOptions.html = "