// JavaScript Document
function setAsHomePage(ob)
{
	if (document.all) {
		ob.style.behavior='url(#default#homepage)';
		ob.setHomePage('http://www.thuduconline.com');
	}
}
