<!----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<6.00) document.write("<center><a href=\"http://www.oshkoshspeedzone.net\" target=\"_blank\"><img src=\"http://www.fullofbologna.com/banners_L/speed2_bigban.gif\" alt=\"Friday Nite Thunder\" height=80 width=624 border=0></a>\n");
else if (j<12.00) document.write("<center><a href=\"http://www.twistphotography.net\" target=\"_blank\"><img src=\"http://www.fullofbologna.com/banners_L/twist_bigban.gif\" alt=\"Creative Photography!\" height=80 width=624 border=0></a>\n");
else if (j<18.00) document.write("<center><a href=\"http://www.studio28design.com/index.htm\" target=\"_blank\"><img src=\"http://www.fullofbologna.com/banners_L/design3_bigban.gif\" alt=\"You Need A Site!\" height=80 width=625 border=0></a>\n");
else if (j<24.00) document.write("<center><a href=\"http://www.fullofbologna.com/bologna/Advertise.htm\" target=\"_blank\"><img src=\"http://www.fullofbologna.com/banners_L/bologna2_bigban.gif\" alt=\"Invite a Friend!\" height=80 width=624 border=0></a>\n");
else if (j<30.00) document.write("<center><a href=\"http://www.computercorner.cc\" target=\"_blank\"><img src=\"http://www.fullofbologna.com/banners_L/computer_bigban.gif\" alt=\"Problem Solved!\" height=80 width=624 border=0></a>\n");
else if (j<36.00) document.write("<center><a href=\"http://www.a1autosalesinc.com\" target=\"_blank\"><img src=\"http://www.fullofbologna.com/banners_L/Banner625x80.gif\" alt=\"We Service Too!\" height=80 width=624 border=0></a>\n");
else if (j<42.00) document.write("<center><a href=\"http://www.virgints.com/?Click=13\" target=\"_blank\"><img src=\"http://www.fullofbologna.com/banners_L/virgin_big.gif\" alt=\"We Do Color Right\" height=80 width=624 border=0></a>\n");
else if (j<48.00) document.write("<center><a href=\"http://www.ricoshays.com\" target=\"_blank\"><img src=\"http://www.fullofbologna.com/banners_L/rico_bigban.gif\" alt=\"Ricoshay's Tap\" height=80 width=624 border=0></a>\n");
else if (j<54.00) document.write("<center><a href=\"http://www.esolutions28.com\" target=\"_blank\"><img src=\"http://www.fullofbologna.com/banners_L/shutdown.gif\" alt=\"Spread the Bologna!\" height=80 width=624 border=0></a>\n");
else if (j<60.00) document.write("<center><a href=\"mailto:graphicpoint@ntd.net\" target=\"_blank\"><img src=\"http://www.fullofbologna.com/banners_L/graphic_point.gif\" alt=\"Graphic Design!\" height=80 width=624 border=0></a>\n");
else           document.write("<center><a href=\"http://www.oshkoshspeedzone.net\" target=\"_blank\"><img src=\"http://www.fullofbologna.com/banners_L/speed2_bigban.gif\" alt=\"Friday Nite Thunder\" height=80 width=624 border=0></a>\n");
//----Banner Rotation-----End Hide from inferior browsers-----> 
