<!-- Begin
onError="null"
function readID() {
var expDays = 365; // number of days the cookie should last
var expDate = new Date();
expDate.setTime(expDate.getTime() +  (24 * 60 * 60 * 1000 * expDays)); 
var loc = document.location;
var ref = document.referrer;
var id = GetCookie('id');
  //var date = new Date();
  //var d  = date.getDate();
  //var day = (d < 10) ? '0' + d : d;
  //var m = date.getMonth() + 1;
  //var month = (m < 10) ? '0' + m : m;
  //var yy = date.getYear();
  //var year = (yy < 1000) ? yy + 1900 : yy;
  // get Pacific Time string from local machine
  var datestring= eval(oT);
  // replace it with date from host if set with PHP
  if(document.dateform){var datestring= document.dateform.date.value;}
  //alert (datestring);

if (ref < " ") {
	ref = loc;
	}
//alert( getQueryVariable("source") );
source=getQueryVariable("source");
var stripped=String(ref);
if(stripped.indexOf("://")>-1) { stripped=stripped.substring(stripped.indexOf("://")+3);}
if(stripped.indexOf("www.")==0) { stripped=stripped.substring(4);}
ref=stripped;
if (id == null) {
 	id=source+","+datestring+","+ref;
 	SetCookie('id', id, expDate);
	}

// bust out of frame
if (window != top) top.location.href = location.href;

// for buynow pages
//alert(id);
// take out colons from time
source=id.replace(':','_');
source=source.replace(':','_');
//alert(source);
if(document.idform){document.idform.t.value = source;}
if(document.idforma)document.idforma.t.value = source;
for(var i=0; i<document.links.length; i++){
	var hrefstring=document.links[i].href;
	if(hrefstring.indexOf("regnow.com")>-1){
	document.links[i].href=document.links[i].href+"&linkid="+source;}
	}
subject=unescape(getQueryVariable("subject"));
// for email pages
if(document.email){document.email.subject.value = subject;}


}
function getCookieVal (offset) {  
var endstr = document.cookie.indexOf (";", offset);  
if (endstr == -1)    
endstr = document.cookie.length;  
return unescape(document.cookie.substring(offset, endstr));
}
function GetCookie (name) {  
var arg = name + "=";  
var alen = arg.length;  
var clen = document.cookie.length;  
var i = 0;  
while (i < clen) {    
var j = i + alen;    
if (document.cookie.substring(i, j) == arg)      
return getCookieVal (j);    
i = document.cookie.indexOf(" ", i) + 1;    
if (i == 0) break;   
}  
return null;
}
function SetCookie (name, value) {  
var argv = SetCookie.arguments;  
var argc = SetCookie.arguments.length;  
var expires = (argc > 2) ? argv[2] : null;  
var path = (argc > 3) ? argv[3] : null;  
var domain = (argc > 4) ? argv[4] : null;  
var secure = (argc > 5) ? argv[5] : false;  
document.cookie = name + "=" + escape (value) + 
((expires == null) ? "" : ("; expires=" + expires.toGMTString())) + 
((path == null) ? "" : ("; path=" + path)) +  
((domain == null) ? "" : ("; domain=" + domain)) +    
((secure == true) ? "; secure" : "");
}

   function getQueryVariable(variable) {
     var query = window.location.search.substring(1);
     //var query = top.location.search.substring(1);
     var vars = query.split("&");
     for (var i=0;i<vars.length;i++) {
       var pair = vars[i].split("=");
       if (pair[0] == variable) {
         return pair[1];
       }
     }
     return '';	 
     //alert('Query Variable ' + variable + ' not found');
   }

// Clock Script Generated By Maxx Blade's Clock v2.0
// http://www.maxxblade.co.uk/clock
function tS(){ x=new Date(tN().getUTCFullYear(),tN().getUTCMonth(),tN().getUTCDate(),tN().getUTCHours(),tN().getUTCMinutes(),tN().getUTCSeconds()); x.setTime(x.getTime()+dS()-28800000); return x; } 
function tN(){ return new Date(); } 
function dS(){ return ((tN().getTime()>fD(0,3,1,1).getTime())&&(tN().getTime()<fD(0,9,1,-1).getTime()))?3600000:0; } 
function fD(d,m,h,p){ var week=(p<0)?7*(p+1):7*(p-1),nm=(p<0)?m+1:m,x=new Date(tN().getUTCFullYear(),nm,1,h,0,0),dOff=0; if(p<0){ x.setTime(x.getTime()-86400000); } if(x.getDay()!=d){ dOff=(x.getDay()<d)?(d-x.getDay()):0-(x.getDay()-d); if(p<0&&dOff>0){ week-=7; } if(p>0&&dOff<0){ week+=7; } x.setTime(x.getTime()+((dOff+week)*86400000)); } return x; } 
function lZ(x){ return (x>9)?x:'0'+x; } 
function tH(x){ if(x==0){ x=12; } return (x>12)?x-=12:x; } 
function dT(){ window.status=''+eval(oT)+''; document.title=''+eval(oT)+''; document.write('<font size=2 face=Arial><b>'+eval(oT)+'</b></font>'); } 
function aP(x){ return (x>11)?'PM':'AM'; } 
function y4(x){ return (x<500)?x+1900:x; } 
var mN=new Array('Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'),oT="lZ(tS().getDate())+'/'+mN[tS().getMonth()]+'/'+y4(tS().getYear())+' '+' '+tH(tS().getHours())+':'+lZ(tS().getMinutes())+':'+lZ(tS().getSeconds())+' '+aP(tS().getHours())";

//  End -->
