//script for internal rotating images
function random_imglink4(){
// If it's Internet Explorer, use automatic link
if (document.all){
  document.write('<A HREF="javascript:history.go(0);" onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http://www.anchoragechamber.org/cms/default.asp\');">');
  document.write('Click Here to make Anchorage Chamber of Commerce your Homepage</a>');
}
// If it's Netscape 6, tell user to drag link onto Home button
else if (document.getElementById){
  document.write('<a href="http://www.anchoragechamber.org/cms/default.asp" title=\"Drag this link onto the browser top-left Home graphic button \">Drag this link to make Anchorage Chamber of Commerce your Homepage.</a>');
}
// If it's Netscape 4 or lower, give instructions to set Home Page
else if (document.layers){
  document.write('Click Here to make Anchorage Chamber of Commerce your Homepage<br>- Go to Preferences in the Edit Menu.<br>- Choose Navigator from the list on the left.<br>- Click on the "Use Current Page" button.');
}
// If it's any other browser, for which I don't know the specifications of home paging, display instructions
else {
  document.write('Click Here to make Anchorage Chamber of Commerce your Homepage<br>- Go to Preferences in the Edit Menu.<br>- Choose Navigator from the list on the left.<br>- Click on the "Use Current Page" button.');
}
//  End -->
}
//-->