function advertpro(p_region)
{
	var bust = Math.floor(1000000*Math.random()+1);
	document.write('<iframe src="http://www.fita.org/cgi-bin/advertpro/banners.pl?region=' + p_region + '&bust=' + bust + '&keyword=NULL" height="60" width="120" marginwidth="0" marginheight="0" frameborder="0" align="middle" scrolling="no">');
	document.write('<a href="http://www.fita.org/cgi-bin/advertpro/blink.pl?region=' + p_region + '&bust=' + bust + '" target="_blank">');
	document.write('<img src="http://www.fita.org/cgi-bin/advertpro/bimg.pl?region=' + p_region + '&keyword=NULL&bust=' + bust + '" border="0">');
	document.write('</a>');
	document.write('</iframe>');
}

/* campaign */
function advertpro_campaign(p_campaign)
{
	var bust = Math.floor(1000000*Math.random()+1);
	document.write('<iframe src="http://www.fita.org/cgi-bin/advertpro/banners.pl?campaign=' + p_campaign + '&bust=' + bust + '&keyword=NULL" height="60" width="120" marginwidth="0" marginheight="0" frameborder="0" align="middle" scrolling="no">');
	document.write('<a href="http://www.fita.org/cgi-bin/advertpro/blink.pl?campaign=' + p_campaign + '&bust=' + bust + '" target="_top">');
	document.write('<img src="http://www.fita.org/cgi-bin/advertpro/bimg.pl?campaign=' + p_campaign + '&bust=' + bust + '&keyword=NULL" border="0" width="120" height="60" alt="Haga clic aquí para obtener más información">');
	document.write('</a>');
	document.write('</iframe>');
}


