function get_href() {
	var href='';
	if (navigator.userAgent.indexOf("MSIE") > -1 && navigator.platform == 'Win32') {
		href=
			'href="javascript:void(0)"' +
			'onClick="this.style.behavior=\'url(#default#homepage)\';' +
			'this.setHomePage(\'http://www.gypsyjoy.com/\')"';
	}
	return href;
}
