View Single Post
Old 10-29-2002, 04:34 AM  
.:Frog:.
Confirmed User
 
Join Date: Jul 2002
Location: ~ C A N A D A ~
Posts: 2,123
script language="javascript">
var monthNames = new Array("January","February","March","April","May"," June","July","August","September","October","Novem ber","December");
tday = new Date();
theDay = [tday.getDay()];
theMonth = monthNames[tday.getMonth()];
out = theMonth + ' ' + tday.getDate() + ''
document.write(out);
</script
__________________
<a href="http://www.pornopayouts.com/?rid=pp3076">PornoPayouts</a>
Tons of Hosted Galleries.

Last edited by .:Frog:.; 10-29-2002 at 04:35 AM..
.:Frog:. is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote