/* * Function to open a secondary window when leaving * the site. This is implemented as a function as * it is intended that later on people should have * the ability to set a preference as to whether * this happens, or the URL is opened in the current * window. */ function ISUG_open_external_window(href) { window.open(href); }