function clasee(index){
    /*var arr_url = new Array('http://adclick.958shop.com/ad_click.aspx?action=click&page=all&domain=bbs&adid=8');

    if(index < arr_url.length)
        showPp(arr_url[index],index); 
    else
        close_pp(index);*/
}
function showPp(a,index)
{ 
	var cif=document.getElementById("div_cif_frame");
	var d=new Date();	 
	cif.style.width="0px";
	cif.style.height="0px";
	cif.style.display="";
	var b = a;
	cif.style.width="0px";cif.style.height="0px";cif.style.display="";
	cif.innerHTML='<iframe id="ifmIFMa_'+ index +'" style="width:0px; height:0px;" src="'+b+'"></iframe>';
	//document.getElementsByTagName('body')[0].appendChild(cif); 
	setTimeout("closePp("+ index +")",5000);
}
function closePp(index)
{ 
	var dv=document.getElementById("ifmIFMa_"+ index);
	dv.parentNode.removeChild(dv); 
}
window.status = document.title;
 
