<!----Main Banner Rotation--------

var myWidth = 0, myHeight = 0;
  if( typeof( window.innerWidth ) == 'number' ) {
    //Non-IE
    myWidth = window.innerWidth;
    myHeight = window.innerHeight;
  } else {
    if( document.documentElement &&
        ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
      //IE 6+ in 'standards compliant mode'
      myWidth = document.documentElement.clientWidth;
      myHeight = document.documentElement.clientHeight;
    } else {
      if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
        //IE 4 compatible
        myWidth = document.body.clientWidth;
        myHeight = document.body.clientHeight;
      }
    }
  }

var winl = (myWidth - 624) / 2;
var wint = (myHeight - 600) / 2;

n=new Date();																					
//j=n.getSeconds();
m=n.getMilliseconds();
t=n.getSeconds();
b=m*.001;
j=t+b;

if      (j<12.00) document.write("<center><a href=\"http://www.virgints.com/?Click=38\" target=\"_blank\"><img src=\"http://www.oshkosh.cc/banners_sm/sigv.gif\" alt=\"Cool T-Shirts\" height=60 width=240 border=0></a>\n");
else if (j<24.00) document.write("<center><a href=\"http://www.flirtcatalog.com/AffiliateWiz/aw.aspx?A=294&Task=Click\" target=\"_blank\"><img src=\"http://www.oshkosh.cc/banners_sm/flirt.gif\" alt=\"Flirt Catalog Sexy & Stylish\" height=60 width=240 border=0></a>\n");
else if (j<36.00) document.write("<center><a href=\"http://www.Ricoshays.com\" target=\"_blank\"><img src=\"http://www.oshkosh.cc/banners_sm/sig.gif\" alt=\"Original Race Bar\" height=60 width=240 border=0></a>\n");
else if (j<48.00) document.write("<center><a href=\"http://www.jibjabracing.com/advertise.htm\" target=\"_blank\"><img src=\"http://www.oshkosh.cc/banners_sm/240_adver.gif\" alt=\"Targeted Advertising\" height=60 width=240 border=0></a>\n");
else if (j<60.00) document.write("<center><a href=\"http://www.fullofbologna.com/bologna/walts.htm\" target=\"_blank\"><img src=\"http://www.oshkosh.cc/banners_sm/240_walts.gif\" alt=\"The Sharpest\" height=60 width=240 border=0></a>\n");
else           document.write("<center><a href=\"http://www.virgints.com/?Click=38\" target=\"_blank\"><img src=\"http://www.oshkosh.cc/banners_sm/sigv.gif\" alt=\"Custom Raceware\" height=60 width=240 border=0></a>\n");
//----Banner Rotation-----End Hide from inferior browsers-----> 
