if (screen.width<=240 && screen.height<=320)
{
window.location.href="http://www.theransomgroup.com/pocketpc.asp?a=000";
}
else
{


var huh="";
function ie() {if(document.all) {(huh);return false;}}
function ns(x) {if(document.layers||(document.getElementById&&!document.all)) {
if (x.which==2||x.which==3) {(huh);return false;}}}
if (document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=ns;}
else{document.onmouseup=ns;document.oncontextmenu=ie;}
document.oncontextmenu=new Function("return false")


//read cookie...split...make string of name=value pairs
var cookieString="?"
var arrCookie=document.cookie.split("; ");
var i=0;
for (i=0;i<arrCookie.length;i++) 
{
cookieString=cookieString+arrCookie[i]+"&"
}

//this function triggered from intro.swf at frame 620
function introCookie()
{
// Expire the cookie in 12 months
var date = new Date();
date.setMonth(date.getMonth()+12);
document.cookie="introViewed=yes; expires=" + date.toUTCString() + "; path=/;";
}



}
