
function setTransition(){
   if (document.all){
      bannerADrotator.filters.revealTrans.Transition=Math.floor(Math.random()*23);
      bannerADrotator.filters.revealTrans.apply();
   }
}

function startSlide(){setTimeout("nextAd()", 2500);}

function playTransition(){
   if (document.all)
      bannerADrotator.filters.revealTrans.play()
}

function nextAd(){
   if(adNum<bannerAD.length-1)adNum++ ;
      else adNum=0;
   setTransition();
   document.images.bannerADrotator.src=bannerAD[adNum];
   playTransition();
   setTimeout("nextAd()", 5500);
}
var a; var b; var c;
function contact(a, b, c){
	document.write('<a href="' + 'mailto:' + a + '@' + b + '.' + c + '">' + a + '@' + b + '.' + c + '<' + '/a>');}



var d; var e; var f;
function contact1(d, e, f, g){
	document.write('<a href="' + 'mailto:' + d + '@' + e + '.' + f + '">' + g + '<' + '/a>');}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  win=window.open(theURL,winName,features);
  win.focus();
}
