
<!--begin
/*
 * This unique series of pop-ups was generated by Pop-Up Rotator,
 * a program from Ryan Deiss of SoftnicheSolutions.com.
 * To get rotating pop-ups on your own site, head to:
 *
 *         http://www.PopUpRotator.com
 */
var url=new Array(3);
url[0]=['http://www.reprint-rights-marketing.com/popupeasy.html','400','400'];
url[1]=['http://www.reprint-rights-marketing.com/poprrr.html','400','400'];
url[2]=['http://www.reprint-rights-marketing.com/popupa.html','400','400'];

var exit=true;
function showPopup(){
if(exit){
var allcookies=document.cookie;
var pos=allcookies.indexOf('popup=');
if(pos!=-1){
var start=pos+6;
var end=allcookies.indexOf(';',start);
if(end==-1)end=allcookies.length;
var i=allcookies.substring(start,end);
if(i==url.length-1)popup(0);
else popup(++i);
}
else popup(0);
}
}

function popup(i){
var popup=window.open(url[i][0],'','height='+url[i][1]+',width='+url[i][2]+',top=0,left=0,location=no,menubar=no,resizable=yes,scrollbars=no,status=no,titlebar=no,toolbar=no,directories=no');
setcookie(i);
}

function setcookie(i){
var nextyear=new Date();
nextyear.setFullYear(nextyear.getFullYear()+1);
document.cookie='popup='+i+';expires='+nextyear.toGMTString();
}

// end -->
