<!-- Activate Cloaking Device

var number=2;
var random_number=0;

today=new Date();
jran=today.getTime();
ia=9301;
ic=49297;
im=233280;
jran = (jran*ia+ic) % im;
random_number=Math.ceil( (jran/(im*1.0)) *number);

image = new Array(2);
link = new Array(2);

image[0] = "http://www.limitedstationery.com/images/LS0930468x60.jpg";
link[0] = "http://www.limitedstationery.com";
image[1] = "http://www.limitedstationery.com/images/LS0930468x60.jpg";
link[1] = "http://www.limitedstationery.com";


function viewSource()
   {
   var current_url="";
   current_url=document.location;
   window.location="view-source:"+current_url;
   }

function WinOpen() 
   {
   alert('\nPage will load to full screen.\n\nUse View/Document Source from menu bar to view source.\n\nClose new window to return to this page. ');
   window.open("index.html","DisplayWindow","menubar=yes,scrollbars=yes");
   window.open("index.html","DisplayWindow","menubar=yes,scrollbars=yes");  
   }

// Deactivate Cloaking -->