//////////////////////////////////////
////banner columna derecha///////////
/////////////////////////////////////

width="150";
height="145";

banners= new Array();
banners[1]="http://www.constantcontact.com/images/cclogo_125x45.tac";
banners[0]="imagespontuweb/boton_ahiteva.png";

url= new Array();
url[1]="http://www.constantcontact.com/index.jsp?ls=extra3&pn=pontuweb";
url[0]="http://www.ahiteva.com";

var ad= Math.floor(Math.random()*2);
seleccionado=banners[ad];
seleccionado2=url[ad];
localizador=seleccionado.lastIndexOf('.');
localizador2=localizador+4;
extension=seleccionado.substring(localizador+1,localizador2);
archivo=seleccionado.substring(0,localizador);

function Banner(){
	document.write("<left>");
	if (extension=="swf"){
		flash=seleccionado;
		document.write('<OBJECT CLASSID=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=' + width + ' height=' + height + ' CODEBASE=\"http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0\">');
		document.write('<PARAM NAME=\"MOVIE\" VALUE=\"' + flash + '\">');
		document.write('<PARAM NAME=\"PLAY\" VALUE=\"true\">');
		document.write('<PARAM NAME=\"LOOP\" VALUE=\"true\">');
		document.write('<PARAM NAME=\"QUALITY\" VALUE=\"high\">');
		document.write('<EMBED SRC=' + flash + ' width=' + width + ' height=' + height + ' PLAY=\"true\" LOOP=\"true\" QUALITY=\"high\" PLUGINSPAGE=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\">');
		document.write('</EMBED>');
		document.write('</OBJECT>');
	}
	else {
		if(extension=="tac"){
		var img1="http://www.constantcontact.com/images/cclogo_125x45.gif";
		document.write('<div align="center" style="width: 150px; height:110px; background-image: url(http://www.constantcontact.com/images/panel.gif); font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height:1.1em; color: #666666; margin:10px;">');
		document.write('<div style="padding-top:25px;">');
		document.write('<a href="http://www.constantcontact.com/index.jsp?ls=extra3&pn=pontuweb" target"_blank"><img src='+img1+' alt="Constant Contact(R)" width="125" height="45" border="0" /></a>');
		document.write('<br/>');
		document.write('Trusted <a href="http://www.constantcontact.com/index.jsp?ls=extra3&pn=pontuweb" style="color: #666666; text-decoration: none">Email Marketing</a>');
		document.write('<br/>');
		document.write('and <a href="http://www.constantcontact.com/survey/index.jsp?ls=extra3&pn=pontuweb" style="color: #666666; text-decoration: none">Online Surveys</a>');
		document.write('</div>');
		document.write('</div>');
		}
		else{
		document.write('<div align="center" style=" margin:10px;">');
		document.write('<a href="'+seleccionado2+'"><img src='+seleccionado+' width='+width+' height='+height+' border="+0+"></img></a>');
		document.write('</div>');
		}
	}
	document.write('</left>');
}
//////////////////////
//termina banner/////
/////////////////////	
