// GOOGLE ADSENSE /* google_ad_client = "pub-5159456658865630"; google_ad_width = 120; google_ad_height = 600; google_ad_format = "120x600_as"; google_ad_channel ="7426351471"; google_ad_type = "text"; google_color_border = "F3C58A"; google_color_bg = "F3C58A"; google_color_link = "000000"; google_color_url = "000000"; google_color_text = "000000"; */ /* updated google block */ google_ad_client = "pub-5159456658865630"; /* HSM (12/01/09) 120 x 240 */ google_ad_slot = "2225221609"; google_ad_width = 120; google_ad_height = 240; // DYNAMIC-FUNCTIONS /** * bookmark * * @param url The url to bookmark * @param description Associate this description with the URL */ function addBookmark(url, description) { if(url != null) { if(navigator.appName=='Microsoft Internet Explorer') { window.external.AddFavorite(url, description); } else if (navigator.appName=='Netscape') { alert("Please press CTRL+D to bookmark this page"); } } } /** * setHomePage * * @param url The url to use as the home page */ function setHomePage(ref, url) { if(url != null) { if(navigator.appName=='Microsoft Internet Explorer') { ref.style.behavior='url(#default#homepage)'; ref.setHomePage(window.location); } else if (navigator.appName=='Netscape') { alert("Click 'Edit->Preferences' and then choose the 'Navigator' tag and click 'Use Current Page'"); } } }