// Make this your homepage only works on Windows IE
var detect = navigator.userAgent.toLowerCase();
var OS,browser,version,total,thestring;

function checkIt(string) {
	place = detect.indexOf(string) + 1;
	thestring = string;
	return place;
}

function doHomepage() {
	if (checkIt('msie') && checkIt('win')) {
		document.write("<span class=\"topRightLinks\" onClick=\"this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.Diachi.net')\">Ch&#7885;n làm trang ch&#7911;</span><br />");
	}	
}		


// Make this your homepage only works on Windows IE
var detect = navigator.userAgent.toLowerCase();
var OS,browser,version,total,thestring;

function checkIt(string) {
	place = detect.indexOf(string) + 1;
	thestring = string;
	return place;
}

function addFooterLinks() { // adds links to make homepage and bookmark page
	if (checkIt('msie') && checkIt('win')) {
		document.write("&nbsp;&nbsp;|&nbsp;&nbsp;<span class=\"footerLink\" style=\"text-decoration:none;cursor:pointer\" onClick=\"this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.Diachi.net')\">Ch&#7885;n làm trang ch&#7911;</span>&nbsp;&nbsp;|&nbsp;&nbsp;<a class=\"footerLink\" href=\"javascript:void window.external.AddFavorite('http://www.diachi.net', 'Doanh ba Website Viet Nam - Diachi.net')\">&#272;&#7883;a ch&#7881; web yêu thích</a>");
	}	
}

function addD2RLinks() { // adds links to make homepage and bookmark page
	if (checkIt('msie') && checkIt('win')) {
		document.write("<span class=\"topLeftLinks\" onClick=\"this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.diachi.net')\">Ch&#7885;n làm trang ch&#7911;</span>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"javascript:void window.external.AddFavorite('http://www.diachi.net', 'Doanh ba Website Viet Nam - Diachi.net')\">&#272;&#7883;a ch&#7881; web yêu thích</a>");
	}	
}
