var sponsor = 0;
function anchor(){
a = new Array(2);
a[1] = "design.htm"
a[2] = "custom_production_flags.htm"
}
 b = new Array(12);
  b[1] = new Image();
  b[1].src = "US-64 states+-2.jpg"
  b[2] = new Image();
  b[2].src = "Ireland-36 flags-TABLE-2.jpg"
  b[3] = new Image();
  b[3].src = "Canada-Provinces.jpg"
  b[4] = new Image();
  b[4].src = "Switzerland.jpg"
  b[5] = new Image();
  b[5].src = "USA-50-50.jpg"
c = new Array(4);
c[1] = '<font color="#0000ff" size="5"><strong>64-Star US Flag!</strong></font><br /><em>The 64-Dollar question</em>:<br /><strong><font color="#ff0000" size="4">WHY 64?</font></strong><p><u><font color="#0000ff"><a href="us64.htm">CLICK HERE</a></font></u></p>';
c[2] = '<strong><font color="#ff0000" size="4"><a href="irish_counties.htm">CLICK HERE</a> for information about our new</font><font size="5"> Irish Counties collection</font></strong>';
c[3] = '<strong><font color="#ff0000" size="5">CANADA PROVINCES <br /></font><font color="#ff0000" size="4"><a href="digital/digital.htm">CLICK HERE</a> for information about our</font><font size="5"> DIGITAL FLAG COLLECTION</font></strong>';
c[4] = '<strong><font color="#ff0000" size="5">SWITZERLAND <br /></font><font color="#ff0000" size="4"><a href="digital/digital.htm">CLICK HERE</a> for information about our</font><font size="5"> DIGITAL FLAG COLLECTION</font></strong>';
c[5] = '<strong><font color="#ff0000" size="5">HAPPY 50th ANNIVERSARY, USA FLAG! <br /></font><font color="#ff0000" size="4"><a href="us50.htm">CLICK HERE</a> for information about how YOU can join the CELEBRATION!</font></strong>';

function Spin(){     
//   if (++sponsor > 5){sponsor = 1};
//document.getElementById("txt").innerHTML=c[sponsor]
// document.images.black.src = b[sponsor].src;
   
//window.setTimeout('Spin();',5000);
document.images.black.src = b[5].src;
document.getElementById("txt").innerHTML=c[5];
}
