function openNewWindow(URLtoOpen, windowName, windowFeatures) { newWindow=window.open(URLtoOpen, windowName, windowFeatures); }

function random_content_home_en(){
var mycontent=new Array()
//specify right promo random banner for Disnat Classic.


mycontent[1]='<img src="/en/images/banner/Banner1.gif" width="760" height="180" />'
mycontent[2]='<img src="/en/images/banner/Banner2.gif" width="760" height="180" />'
mycontent[3]='<img src="/en/images/banner/Banner3.gif" width="760" height="180" />'
mycontent[4]='<img src="/en/images/banner/Banner4.gif" width="760" height="180" />'
mycontent[5]='<img src="/en/images/banner/Banner5.gif" width="760" height="180" />'
mycontent[6]='<img src="/en/images/banner/Banner6.gif" width="760" height="180" />'
mycontent[7]='<img src="/en/images/banner/Banner7.gif" width="760" height="180" />'



var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}


/*back up*/

//mycontent[1]='<img src="/en/images/banner/Banner1.gif" width="760" height="180" />'
//mycontent[2]='<img src="/en/images/banner/Banner2.gif" width="760" height="180" />'
//mycontent[3]='<img src="/en/images/banner/Banner3.gif" width="760" height="180" />'
//mycontent[4]='<img src="/en/images/banner/Banner4.gif" width="760" height="180" />'
//mycontent[5]='<img src="/en/images/banner/Banner5.gif" width="760" height="180" />'
//mycontent[6]='<img src="/en/images/banner/Banner6.gif" width="760" height="180" />'
//mycontent[7]='<img src="/en/images/banner/Banner7.gif" width="760" height="180" />'

//mycontent[2]=' <img src="/en/images/banner/campagnereer2011.jpg" width="760" height="180" border="0" />'
