function setHome(u) {
	if(!u)u='http://www.aol.com/';
	var oBtn = document.getElementById("btnSetHome");
	if(oBtn.addBehavior) {
		oBtn.style.behavior='url(#default#homepage)';
		oBtn.setHomePage(u);
		return false;
	}
	return true;
}
function showPr(){
	var sBt = document.getElementById('sBt');
	if (sBt){
		sBt.className="di";
	}
}
var cl_disable=new Object();
function omclDisable(id) {
	if(cl_disable[id]) return cl_disable[id];
	for (var prop in cl_disable) 
		if(id.indexOf(prop)>=0) return cl_disable[prop];
	return 'false';
}
function omcl(obj,id,typ){
	if(omclDisable(id)=='true') return;
	if(!typ)typ='o';
	var s=s_gi(cl_account);
	id+='-'+psz;
	if(segment!='')id+='-'+segment;
	var f=function(){s.tl(1,typ,id);s.sa(s_account)}
	setTimeout(f,0);
}
