function ModuleLoad(desktopURL){
        desktop =window.open(desktopURL,"ModuleLoad","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=620,height=90,resizable=no");
        }
function datagames(desktopURL){
        desktop =window.open(desktopURL,"datagames","toolbar=yes,location=no,status=no,menubar=no,scrollbars=yes,width=500,height=460,resizable=1");
        }
function reqWin05(desktopURL){
        desktop =window.open(desktopURL,"psy","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=700,height=550,resizable=no");
        }
function HowLongSince(startmonth, startdate, startyear) {
sdate=startdate;
smonth=startmonth-1;
syear=startyear;
var DaysInMonth = new Array(31,28,31,30,31,30,31,31,30,31,30,31);
today = new Date()
var thisyear = today.getFullYear();
var thismonth = today.getMonth();
var thisdate = today.getDate();
mstart = new Date(syear,(smonth==12?1:smonth+1),1);
days1 = (mstart - new Date(syear,smonth,sdate))/(24*60*60*1000)-1;
mend = new Date(thisyear,thismonth,1);
days2 = (new Date(thisyear,thismonth,thisdate) - mend)/(24*60*60*1000)+1;
dayst = days1 + days2;
if (dayst >= DaysInMonth[smonth])  {
AddOneMonth = 1; 
dayst -= DaysInMonth[smonth]; 
}
else AddOneMonth = 0;
ydiff1 = thisyear-mstart.getFullYear();
mdiff1 = thismonth-mstart.getMonth()+AddOneMonth;
if (mdiff1 >11) { mdiff1=0; ydiff1++; }
if (mdiff1 < 0) { mdiff1 = mdiff1 + 12; ydiff1--; }
dayst = Math.round(dayst);
temp = (ydiff1==0?"":(ydiff1==1?ydiff1+" year and ":ydiff1 + " years, "));
temp += (mdiff1==0?"0 months, and ":(mdiff1==1?mdiff1+" month, and ":mdiff1+" months, and "));
temp += (dayst==0?"no days":(dayst==1 ? " 1 day." : dayst + " days." ));
return temp;
}
function latest(desktopURL){
        desktop =window.open(desktopURL,"latest","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=700,height=460,resizable=no");
}

// author: Susan Lee
var from_time = new Date();
from_time = from_time.getTime();
function  show_loading_time()
{
var to_time = new Date();
to_time = to_time.getTime();
var secs = (to_time - from_time) /1000;
document.f.t.value = secs + " seconds";
}

var a = Math.random() + ""
var rand1 = a.charAt(5)
quotes = new Array
quotes[1] = "Is a fast loading website."
quotes[2] = "Is a great place to set as your homepage."
quotes[3] = "Is a unique search engine interface."
quotes[4] = "Is An Advertisement free website."
quotes[5] = "Is friendly to your computer."
quotes[6] = "Is easy on the eyes."
quotes[7] = "A reliable website with over 99% up-time."
quotes[8] = "Has no pop-ups, pop-unders, cookies or banners."
quotes[9] = "Join us and set Datahopa has your homepage."
quotes[0] = "We don’t like adverts plastered all over websites."
var quote = quotes[rand1]
