function rotate1()

{

  arrayObj1 = new Array("ad/ad2/Levana.swf","ad/ad2/Lola.swf", "ad/ad2/pasto.swf","ad/ad2/Pomdoro.swf","ad/ad2/wide.swf", "http://ex5.b-com.co.il/skin/473%20X%2071.swf")	

 a = Math.round(Math.random()*(arrayObj1.length -1)) 

  ad1.setAttribute("movie",arrayObj1[a]) 
ad1.setAttribute("bgcolor","#fff") 
}
/*
function rotate2()

{

  arrayObj1 = new Array("ad/ad2/Amiti.swf","ad/ad2/MusicFestival2.swf")

  a = Math.round(Math.random()*(arrayObj1.length -1)) 

  ad2.setAttribute("movie",arrayObj1[a]) 

}

*/

