<!----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<8.57) document.write("<center><a href=\"http://www.fullofbologna.com/bologna/walts.htm\" target=\"_blank\"><img src=\"http://www.fullofbologna.com/banners_sm/240_walts.gif\" alt=\"So Sharp\" height=60 width=240 border=0></a>\n");
else if (j<17.14) document.write("<center><a href=\"http://www.impactmotorsport.com\" target=\"_blank\"><img src=\"http://www.fullofbologna.com/banners_sm/240_impact.gif\" alt=\"Smash & Bash\" height=60 width=240 border=0></a>\n");
else if (j<25.71) document.write("<center><a href=\"http://www.fullofbologna.com/bologna/Advertise.htm\" target=\"_blank\"><img src=\"http://www.fullofbologna.com/banners_sm/240_bologna.gif\" alt=\"Cool Ads\" height=60 width=240 border=0></a>\n");
else if (j<34.28) document.write("<center><a href=\"http://www.englishharbour.com/index.html?ID=studio28\" target=\"_blank\"><img src=\"http://www.fullofbologna.com/banners_sm/240_english3.gif\" alt=\"Win Big $$$\" height=60 width=240 border=0></a>\n");
else if (j<42.85) document.write("<center><a href=\"http://www.cheapcaribbean.com/?&WT.mc_id=1851851\" target=\"_blank\"><img src=\"http://www.fullofbologna.com/banners_sm/240_carribean.gif\" alt=\"Just Beach'N\" height=60 width=240 border=0></a>\n");
else if (j<51.42) document.write("<center><a href=\"http://www.eyeonoshkosh.com\" target=\"_blank\"><img src=\"http://www.fullofbologna.com/banners_sm/240_eye.gif\" alt=\"A New Kind of News\" height=60 width=240 border=0></a>\n");
else if (j<60.00) document.write("<center><a href=\"http://www.fullofbologna.com/bologna/panske.htm\" target=\"_blank\"><img src=\"http://www.fullofbologna.com/banners_sm/240_panske.gif\" alt=\"Jackets\" height=60 width=240 border=0></a>\n");
else           document.write("<center><a href=\"http://www.fullofbologna.com/bologna/walts.htm\" target=\"_blank\"><img src=\"http://www.fullofbologna.com/banners_sm/240_walts.gif\" alt=\"Thats Sharp\" height=60 width=240 border=0></a>\n");
//----Banner Rotation-----End Hide from inferior browsers-----> 
