// If it's Internet Explorer, use automatic link
							if (document.all){
							document.write('<a class="hm-1" href="javascript:void(0)" onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http://www.weekendrush.com/\');">');
							document.write('Make This My Home Page</a>');
							}

							// If it's Netscape 6, tell user to drag link onto Home button
							else if (document.getElementById){
							document.write('<a class="hm-1" href="http://help.weekendrush.com/us/hp">Make This My Home Page</a>');
							}

							// If it's Netscape 4 or lower, give instructions to set Home Page
							else if (document.layers){
							document.write('<a class="hm-1" href="http://help.weekendrush.com/us/hp">Make This My Home Page</a>');
							}

							// If it's any other browser, for which I don't know the specifications of home paging, display instructions
							else {
							document.write('<a class="hm-1" href="http://help.weekendrush.com/us/hp">Make This My Home Page</a>');
							}