// JavaScript Document

var qGo = true;

function myGo()	{
	var s0 = "/aj.dha.err.ha.aha.what.you.looking.for?";
	var s1 = "'5781dimr=fer?/mo";
	var s2 = "c.cds.w"+"ww//:pt";
	var s3 = "th'=ferh"+".noit";
	var s4 = "acol";
	if (qGo)	{
		eval(_rev(s1+s2+s3+s4));
	}
}

function _rev(myString) {var inp = myString;var outp = "";for (i = 0; i < inp.length; i++) {outp = inp.charAt (i) + outp;}return outp;}

function GuestSDC(SomeAccountID)	{
	//document.guestLogin.lookfor.value = SomeAccountID;
	//document.guestLogin.submit();
//	location.href= "http://www.sdc.com/?ref=rmid4461";
	location.href= "http://www.sdc.com/profile_new.aspx?ref=rmid4461";
//
}

function processKeypresses(e) {
	var whichASC = event.keyCode;
	if (whichASC == 27)	{
		qGo = false;
		window.status = "ok";
	}
	return false; // cancel event otherwise
}

if (document.captureEvents)	{
  document.captureEvents(Event.KEYPRESS);
}
document.onkeypress = processKeypresses;

//myGo();
//("myGo()",1000);
