function isDefined(ckVar) {
    	var DEFINED_V=true;    
        	function handleError() {
        	DEFINED_V=false;
        	return true;
        	}
        	var oldOnError=window.onerror;
        	window.onerror=handleError;
        	try { 
        		eval(ckVar);
        	}catch (e) 
        	{ DEFINED_V=false;
        	}
        	window.onerror=oldOnError;
        	return DEFINED_V;
}
/*
html = '<table border="0" cellspacing="0" cellpadding="0">';
html += '	<tr>';
html += '		<td>';
*/
html = '					<span id=hp style="behavior:url(#default#homepage)"></span>';
document.write(html);
html = "";
var ie = (navigator.appName.indexOf("Microsoft") != -1);
if(ie) {
	if (!hp.isHomePage("http://search.sanook.com/")) {
		html += '							<p class=fontbold><a href="'+window.location+'" onClick="style.behavior=\'url(#default#homepage)\';setHomePage(\'http://search.sanook.com/\');"><font color=#FF0000>ตั้ง สนุก! เสิร์ช เป็นหน้าแรก</a>&nbsp;&nbsp;</font></p>';
	}
}
/*
html += '		</td>';
html += '	</tr>';
html += '</table>';
*/
document.write(html);