function printPage()
{
window.print();
}

function fDate(){
now = new Date();
//fDate = now.getMonth() + 1 + '/' + now.getDate() + '/' + now.getYear();
fDate = now;
return fDate;
 }


