window.onload = function() {
var isIE6 = /MSIE 6/i.test(navigator.userAgent);
if(isIE6)
{
	alert('Dear visitor, please upgrade to Microsoft Internet Explorer 7 and above for best viewing experience. Thank you.');
}
}
