
function include(file) {

	var head = document.getElementsByTagName('head').item(0);

	var old  = document.getElementById('lastLoadedCmds');

	if (old) head.removeChild(old);



	script = document.createElement('script');

	script.src = file;

	script.type = 'text/javascript';

	script.defer = true;

	script.id = 'lastLoadedCmds';

	void(head.appendChild(script));

}



function __doAd(fb, nb)

{

 var compileURL='http://siambux.com/ads_pb.php?ntfy='+nb+'&sess=69c0750fb8e0b4fd664190a95af1f4a1';



 fb.style.color='darkred';



var URL=fb.id+'&cdk=true';

window.open(URL);

 include(compileURL);

 document.getElementById('ads_js').style.display = "block";

 document.getElementById('ads_js').innerHTML = "<small>Loading Advertisement.. One Moment Please.</small>";

 document.getElementById('ads_js').className = "err";



}



