<!--
//all javascript function on the templates are here
function MM_preloadImages()
{ //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function date()
{var now = new Date(); var mon = new Array("January","February","March","April","May","June","July","August","September","October","November","December");
year=now.getYear();document.write("<span class='statusdate'>"+mon[now.getMonth()] + " " + now.getDate() + ", " + ((year < 2000)? year + 1900:year)+"</span>");
}
function MM_openBrWindow(theURL,winName,features){ window.open(theURL,winName,features);}
function mail(link,email,domain,ext){link.href = "mailto:"+email+"@"+domain+"."+ext;}
function mover(email,domain,ext){window.status = email+"@"+domain+"."+ext;}
function mout(){window.status = "";}
//-->
