// task 25990// This ord JS var is set globally here for all banner embedvar ord = Math.random() * 10000000000000000;// end task 25990function popMusicplayer() {    window.open('assets/popups/musicplayer/musicplayer.html','musicplayer','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=335,height=225,left=0,top=0');}  var newwin;function launchwin(winurl,winname,winfeatures) {    //This launches a new window and then    //focuses it if window.focus() is supported.    // alert('url = ' + winurl + ', target = ' + winname + ', features = ' + winfeatures);    newwin = window.open(winurl,winname,winfeatures);    //if(javascript_version > 1.0)  {        //delay a bit here because IE4 encounters errors        //when trying to focus a recently opened window        setTimeout('newwin.focus();', 250);    //}}//if (document.images) {  image1on = new Image();  image1on.src = "assets/images/nav_col_2-news-a.gif";  image2on = new Image();  image2on.src = "assets/images/nav_col_3-shows-a.gif";  image3on = new Image();  image3on.src = "assets/images/nav_col_4-competitions-a.gif";  image4on = new Image();  image4on.src = "assets/images/nav_col_5-propaganda-a.gif";  image5on = new Image();  image5on.src = "assets/images/nav_col_6-music-a.gif";  image6on = new Image();  image6on.src = "assets/images/nav_col_7-contacts-a.gif";    image1off = new Image();  image1off.src = "assets/images/nav_col_2-news.gif";  image2off = new Image();  image2off.src = "assets/images/nav_col_3-shows.gif";  image3off = new Image();  image3off.src = "assets/images/nav_col_4-competitions.gif";  image4off = new Image();  image4off.src = "assets/images/nav_col_5-propaganda.gif";  image5off = new Image();  image5off.src = "assets/images/nav_col_6-music.gif";  image6off = new Image();  image6off.src = "assets/images/nav_col_7-contacts.gif";//}function changeImages() {  if (document.images) {		for (var i=0; i<changeImages.arguments.length; i+=2) {			document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");		}	}}function emailSignup() {	var baseUrl = 'http://www.myreg.net/publish?reg_id=808&mode=preview&cmd=generate';	var url = baseUrl;    window.open(url,'emailSignup','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=800,height=730,left=0,top=0');}