<script>
var dateNow = new Date()
var dateNowMinus7 = new Date(dateNow -(7*1000*60*60*24));
//7 days back
var stringdateNowMinus7=(dateNowMinus7.getMonth()+1)+'/'+dateNowMinus7.getDate()+'/'+dateNowMinus7.getFullYear();
document.getElementById('whatsnewseven').innerHTML=stringdateNowMinus7;
< /script>
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest (c) 2006 by Group29 Productions.
You can syndicate Group29 Productions news with an RSS Feeder using the file backend.php