function refreshPub(index){
	var site_hostname = "http://" + location.host;
	
	if($('#gestionHauteur')) $('#gestionHauteur').html('<div id="banner"><iframe scrolling="no" style="border: 0px ;_background-color: none !important" ALLOWTRANSPARENCY="true" frameborder="0" width="728" height="15"  border="0" marginheight="0" marginwidth="0" noresize="true" vspace="0" framespacing="0"  src="'+ site_hostname + '/ajaxext/pub?publicite=banniere&nodeurl=' + pub["id_tag_pub"] + '"></iframe></div>');
	if($('#pub_rightcol')) $('#pub_rightcol').html('<iframe style="border: 0px ;_background-color: none !important" ALLOWTRANSPARENCY="true" scrolling="no" frameborder="0" width="300" height="250"  border="0" marginheight="0" marginwidth="0" noresize="true" vspace="0" framespacing="0" src="'+ site_hostname + '/ajaxext/pub?publicite=pave&nodeurl=' + pub["id_tag_pub_pave"] + '"></iframe>');
	if($('#pub_col_droite')) $('#pub_col_droite').html('<iframe style="border: 0px ;_background-color: none !important" ALLOWTRANSPARENCY="true" scrolling="no" frameborder="0" width="300" height="250"  border="0" marginheight="0" marginwidth="0" noresize="true" vspace="0" framespacing="0" src="'+ site_hostname + '/ajaxext/pub?publicite=pave&nodeurl=' + pub["id_tag_pub_pave"] + '"></iframe>');
	$('#banner iframe').width(994);
	if($('#tag_pub_flottant')) $('#tag_pub_flottant').html('<iframe style="border: 0px ;_background-color: none !important" ALLOWTRANSPARENCY="true" scrolling="no" frameborder="0" width="0" height="0"  border="0" marginheight="0" marginwidth="0" noresize="true" vspace="0" framespacing="0"  src="'+ site_hostname + '/ajaxext/pub?publicite=flottant&nodeurl=' + pub["sTag_flottant"] + '"></iframe>');
	if($('#tag_pub_page')) $('#tag_pub_page').html('<iframe style="border: 0px ;_background-color: none !important" ALLOWTRANSPARENCY="true" scrolling="no" frameborder="0" width="0" height="0"  border="0" marginheight="0" marginwidth="0" noresize="true" vspace="0" framespacing="0" src="'+ site_hostname + '/ajaxext/pub?publicite=tag_pub_page&nodeurl=' + pub["sTag_page"] + '"></iframe>');
	if($('#tag_pub_footer')) $('#tag_pub_footer').html('<iframe style="border: 0px ;_background-color: none !important" ALLOWTRANSPARENCY="true" scrolling="no" frameborder="0" width="728" height="90"  border="0" marginheight="0" marginwidth="0" noresize="true" vspace="0" framespacing="0" src="'+ site_hostname + '/ajaxext/pub?publicite=tag_pub_page&nodeurl=' + pub["sTag_footer"] + '"></iframe>');

}

function refreshWRP(index){
	//Actualisation des stats webo
	if(wreport_ok==1){ 
		//on garde le nom du diapo en content
		//WRP_CONTENT = picture_array[index]["WRP_CONTENT"];
		var w_counter = new wreport_counter(WRP_SECTION, WRP_SUBSECTION, WRP_ID, WRP_ACC, WRP_CHANNEL, WRP_SECTION_GRP, WRP_SUBSECTION_GRP);
		w_counter.add_content(WRP_CONTENT);
		w_counter.count();
	} 
}

function reloadTagsCom(){

		refreshPub();
		refreshWRP();
	
}
