Today = new Date();
TodayDay = Today.getDate();
TodayMon = Today.getMonth();
TodayYear = Today.getYear();
if (TodayYear < 2000) TodayYear += 1900;

if (TodayMon == 0) { TodayMonth = "Jan."; }
else if (TodayMon == 1) { TodayMonth = "Feb."; }
else if (TodayMon == 2) { TodayMonth = "Mar."; }
else if (TodayMon == 3) { TodayMonth = "Apr."; }
else if (TodayMon == 4) { TodayMonth = "May"; }
else if (TodayMon == 5) { TodayMonth = "June"; }
else if (TodayMon == 6) { TodayMonth = "July"; }
else if (TodayMon == 7) { TodayMonth = "Aug."; }
else if (TodayMon == 8) { TodayMonth = "Sep."; }
else if (TodayMon == 9) { TodayMonth = "Oct."; }
else if (TodayMon == 10) { TodayMonth = "Nov."; }
else if (TodayMon == 11) { TodayMonth = "Dec."; }
else { TodayMonth = TodayMon; }




document.write("<div style='clear:left;'></div><hr class='hr1'><table align='center'><tr><td align='center'><div style='width:729px;height:90px;padding:0px' class='coloredbox'><img src='http://www.2112.net/powerwindows/banners/CDUuniverse729x90.png' class='noborder' alt='Buy Rush at CDUniverse' usemap='#cdumap' /><map name='cdumap'><area shape='rect' coords='0,0,145,90' href='http://www.cduniverse.com/productinfo.asp?pid=8607536&frm=lk_pwrwindows' target='_blank' alt='Time Machine CD' /><area shape='rect' coords='145,0,260,90' href='http://www.cduniverse.com/productinfo.asp?pid=8607535&frm=lk_pwrwindows' target='_blank' alt='Moving Pictures Live 2011 Vinyl' /><area shape='rect' coords='260,0,350,90' href='http://www.cduniverse.com/productinfo.asp?pid=8569233&frm=lk_pwrwindows' target='_blank' alt='Time Machine DVD' /><area shape='rect' coords='350,0,455,90' href='http://www.cduniverse.com/productinfo.asp?pid=8618605&frm=lk_pwrwindows' target='_blank' alt='Sectors' /><area shape='rect' coords='455,0,550,90' href='http://www.cduniverse.com/productinfo.asp?pid=8563671&frm=lk_pwrwindows' target='_blank' alt='Taking Center Stage' /><area shape='rect' coords='550,0,655,90' href='http://www.cduniverse.com/productinfo.asp?pid=8459680&frm=lk_pwrwindows' target='_blank' alt='Moving Pictures Deluxe Edition' /><area shape='rect' coords='655,0,729,90' href='http://www.cduniverse.com/productinfo.asp?pid=8197430&frm=lk_pwrwindows' target='_blank' alt='Beyond The Lighted Stage' /></map></div><center><span class='small'><a href='http://www.cduniverse.com/productinfo.asp?pid=8618605&frm=lk_pwrwindows'>Sector 1</a></span> - <span class='small'><a href='http://www.cduniverse.com/productinfo.asp?pid=8618606&frm=lk_pwrwindows'>Sector 2</a></span> - <span class='small'><a href='http://www.cduniverse.com/productinfo.asp?pid=8618607&frm=lk_pwrwindows'>Sector 3</a></span></center><BR><span class='small'><center>Brought to you by the letter <a href='mailto:pwrwindows@yahoo.com?subject=Power Windows Website'>''E''</A><BR>&copy; Feb. 1, 1998 - "); document.write(TodayMonth + " " + TodayDay + ", " + TodayYear);document.write(", Anthem Entertainment, All Rights Reserved.<BR>Web Concepts And Maintenance By E. Hansen/Power Windows.<br>For Promotional &amp; Private Use Only.  It Is Strictly Prohibited To Republish,<BR>Reproduce, Redistribute, or Profit From The Content Found Herein.<br>This website uses <a href='../../rushfonts/' target='_blank'>RUSH fonts</a>.</center></span></td></tr></table>");

