// JavaScript Document


function rand( min, max ) {
  if( max ) {
       return Math.floor(Math.random() * (max - min + 1)) + min;
  } else {
       return Math.floor(Math.random() * (min + 1));
  }
}



function call_banner468x60_txt_full(){
	google_ad_client = "pub-0124034334066411";
	/* [mw3] Banner468x60DownTitile */
	google_ad_slot = "4186978721";
	google_ad_width = 468;
	google_ad_height = 60;
	document.write(unescape("%3Cscript type=\"text/javascript\" src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"%3E %3C/script%3E"));
}

function call_banner336x280_graf_content_full(){
	google_ad_client = "pub-0124034334066411";
	/* [mw3] Banner336x280GrafContent */
	google_ad_slot = "5880861560";
	google_ad_width = 336;
	google_ad_height = 280;
	document.write(unescape("%3Cscript type=\"text/javascript\" src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"%3E %3C/script%3E"));	
}



/*function call_ad_lnk_txt_full(){
	google_ad_client = "
	/* banner_link_txt_full 
	google_ad_slot = "2240435437";
	google_ad_width = 468;
	google_ad_height = 15;

	document.write(unescape("%3Cscript type=\"text/javascript\" src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"%3E %3C/script%3E"));	
}*/

function call_ad_graf_full(){
	google_ad_client = "pub-0124034334066411";
google_ad_host = "pub-1599271086004685";
	/* banner_graf_full */
	google_ad_slot = "2725212264";
	google_ad_width = 468;
	google_ad_height = 60;
	
	document.write(unescape("%3Cscript type=\"text/javascript\" src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"%3E %3C/script%3E"));

}

function call_ad_txt_full(){
	google_ad_client = "pub-0124034334066411";
	/* [mw] banner_quad_full */
	google_ad_slot = "3595299114";
	google_ad_width = 250;
	google_ad_height = 250;

	document.write(unescape("%3Cscript type=\"text/javascript\" src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"%3E %3C/script%3E"));
}

function call_ad_quadrado_full(){
        google_ad_client = "pub-0124034334066411";
        /* [mn] banner_quadrado */
        google_ad_slot = "5395558677";
        google_ad_width = 300;
        google_ad_height = 250;
        document.write(unescape("%3Cscript type=\"text/javascript\" src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"%3E %3C/script%3E"));       
}

function call_link_txt_4(){
		google_ad_client = "pub-0124034334066411";
		/* bl_link_txt_4 */
		google_ad_slot = "2639009790";
		google_ad_width = 468;
		google_ad_height = 15;
		document.write(unescape("%3Cscript type=\"text/javascript\" src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"%3E %3C/script%3E"));
}

function call_ad_ret_med_full(){
		google_ad_client = "pub-0124034334066411";
		/* [mw] banner_quad_full */
                google_ad_slot = "3595299114";
                google_ad_width = 250;
                google_ad_height = 250;
		document.write(unescape("%3Cscript type=\"text/javascript\" src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"%3E %3C/script%3E"));
}

function avalia_ad_quad_rand(){
	indice = rand(0,2);
	
	switch(indice){
		case 0:
			call_ad_quadrado_full();		
			break;
		case 1:
			call_ad_ret_med_full();
			break;
		case 2:
			call_ad_txt_full();
			break;
                default:
			call_ad_quadrado_full();			
	}
}
