// image selector
// NOVA GUARDA

// Created on 09-02-2000 by Dom Digital - FR
// http://www.domdigital.pt

function RandomImageLinkLong(apub,sborder)
{
	// ind: random index of image
	// nelem: number onf elements

 nelem= apub.length;
  
 if (nelem !=0 )
 {
	nelem= apub.length / 4;  
	ind = Math.floor(Math.random()*nelem);
	ind = ind *4;
	if (apub[ind+3]==0)
	{
	document.writeln("<a href=\""+apub[ind+1]+"\"><img "+sborder+" src="+apub[ind]+" alt=\""+apub[ind + 2]+"\"></a>");
	}
	else
	{
			//alert(apub[ind]);
		aa=("<script type=\"text/javascript\">")
		aa+=("AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','588','height','160','src','"+ apub[ind]+ "','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','"+ apub[ind]+ "','BGCOLOR','#FFFFFF','wmode','transparent'); ")
		aa+=("</script>")
		aa+=("<noscript>")

		document.writeln(aa)
	}
  }
}


function pub(location)
{
  apub = new Array();

  switch (location)
  {	case 100:	
		{
		
		//element 4 flash
		apub[0]= "/images/topo"
		apub[1]= ""
		apub[2]= ""
		apub[3]= 1 
		
		//sws
		apub[4]= "/images/toposws"
		apub[5]= ""
		apub[6]= ""
		apub[7]= 1 
				
		//adwords
		apub[8]= "/images/topo-googlead"
		apub[9]= ""
		apub[10]= ""
		apub[11]= 1 
				
		break;
		}
	default:
		{		
		//element 1
		//apub[0]= "/pub/images/pub_carnaval06.gif"
		//apub[1]= "/pub/click_ad.asp?url=www.raihotel.pt/promocoes/promo5.htm"
		//apub[2]= "Carnaval na Raia... "
		//apub[3]= 0

		//apub[0]= "/pub/images/pub_medieval.gif"
		//apub[1]= "/pub/click_ad.asp?url=www.raihotel.pt/promocoes/promo1.htm"
		//apub[2]= "Portugal Medieval - Aldeias Históricas"
		//apub[3]= 0

		//apub[4]= "/pub/images/pub_carnaval07.gif"
		//apub[5]= "/pub/click_ad.asp?url=www.raihotel.pt/promocoes/index.htm"
		//apub[6]= "Reveillon 2006/2007"
		//apub[7]= 0
		}
  }  
  RandomImageLinkLong(apub,"border=0");
}
