var po_adminajax='http://www.themeninwhite.com/wp-admin/admin-ajax.php';function po_get_cookie(name){var nameEQ=name+"=";var ca=document.cookie.split(';');for(var i=0;i').appendTo('head');jQuery(data['html']).appendTo('body');if(data['usejs']=='yes'){jQuery('#'+ data['name']).width(jQuery('#message').width());jQuery('#'+ data['name']).height(jQuery('#message').height());jQuery('#'+ data['name']).css('top',(jQuery(window).height()/2)-(jQuery('#message').height()/2));jQuery('#'+ data['name']).css('left',(jQuery(window).width()/2)-(jQuery('#message').width()/2));} jQuery('#'+ data['name']).css('visibility','visible');jQuery('#darkbackground').css('visibility','visible');jQuery('#clearforever').click(po_removeMessageBoxForever);jQuery('#closebox').click(po_removeMessageBox);jQuery('#message').hover(function(){jQuery('.claimbutton').removeClass('hide');},function(){jQuery('.claimbutton').addClass('hide');});}} function po_onsuccess(data){mydata=data;if(data['name']!='nopoover'){window.setTimeout(po_loadMessageBox,data['delay']);}} function po_load_popover(){var theajax=po_adminajax;var thefrom=window.location;var thereferrer=document.referrer;jQuery.ajax({url:theajax,dataType:'jsonp',jsonpCallback:'po_onsuccess',data:{action:'popover_selective_ajax',thefrom:thefrom.toString(),thereferrer:thereferrer.toString()},success:function(data){}});return false;} function po_selectiveLoad(){po_load_popover();} jQuery(window).load(po_selectiveLoad);