<!--
/*
Random Content Script- By JavaScript Kit(http://www.javascriptkit.com) 
Over 250+ free JavaScripts here!
*/

function sponsor_content(){
var mycontent=new Array()
var mycontentflag=new Array()
//specify random content below.
mycontent[1]='<a href="mailto:sevi@seviidromassaggi.com" title="SEVI Idromassaggi"><img src="/sponsor/sevi-mini.gif" alt="SEVI Idromassaggi" width="190" style="border:0" /></a>'
mycontentflag[1]=0
mycontent[2]='<a href="http://www.customsrl.com/" title="Custom srl - Tecnologie Informatiche"><img src="/sponsor/custom-mini.gif" width="190" alt="Custom srl - Tecnologie Informatiche" style="border:0" /></a>'
mycontentflag[2]=0
mycontent[3]='<a href="http://www.splitcoppe.it/" title="Split - Coppe, Targhe, Trofei"><img src="/sponsor/split-mini.gif" alt="Split - Coppe, Targhe, Trofei" width="190" style="border:0"/></a>'
mycontentflag[3]=0
mycontent[4]='<a href="mailto:info@kapack.it" title="Ka packaging - Imballaggi flessibili e cartotecnici"><img src="/sponsor/ka-mini.gif" width="190" alt="KA packaging - Imballaggi flessibili e cartotecnici" style="border:0" /></a>'
mycontentflag[4]=0

  var num=0;
  while (num<3){
    var ry=Math.floor(Math.random()*mycontent.length)
    if (ry==0)
      ry=1
    if (mycontentflag[ry]==0){
		mycontentflag[ry]=1
        document.write(mycontent[ry])
	    num++
	}
  }
}
  
sponsor_content()
//-->
