function custom_effect(img,div,attr){if(img!='undefined'&&div!='undefined'&&div!=''){var d=document.getElementById(div);var html='<img src="'+img+'"';if(attr!='undefined'&&attr!=''){html+=' '+attr;}
html+=' />';d.innerHTML=html;}
return false;}