
<!-- hide script from old browsers

/*
test = new Date()
month = test.getMonth()
month = (month * 1) + 1
day = test.getDate()
year = test.getFullYear()
document.write(" ",month,"/",day,"/",year," ")
*/

/*
document.write("<script type=\"text/javascript\" src=\"http://www.domain.com/file.js\"></"+"script>");
*/


// end hiding script from old browsers -->