<!--InterMeding
m = new Date();
Stamp = new Date();
if ((Stamp.getMonth()+1)==1)
{m="January";
}
if ((Stamp.getMonth()+1)==2)
{m="February";
}
if ((Stamp.getMonth()+1)==3)
{m="March";
}
if ((Stamp.getMonth()+1)==4)
{m="April";
}
if ((Stamp.getMonth()+1)==5)
{m="May";
}
if ((Stamp.getMonth()+1)==6)
{m="June";
}
if ((Stamp.getMonth()+1)==7)
{m="July";
}
if ((Stamp.getMonth()+1)==8)
{m="August";
}
if ((Stamp.getMonth()+1)==9)
{m="September";
}
if ((Stamp.getMonth()+1)==10)
{m="October";
}
if ((Stamp.getMonth()+1)==11)
{m="November";
}
if ((Stamp.getMonth()+1)==12)
{m="December";
}
document.write('<font size="2" face="Arial, Helvetica, Sans-serif" color=#ffffff><B>' + (m) + ( ", " ) + (Stamp.getDate() - 0) + ", "+Stamp.getYear() + '</B></font>');

//
//InterMeding -->

