/**
 * This version of the refresh function will be invoked
 * for browsers that support JavaScript version 1.1.
 *
 *
 * This version does NOT cause an entry in the browser's
 * page view history.  Most browsers will always retrieve
 * the document from the web-server whether it is already
 * in the browsers page-cache or not.
 *
 * @author     Franklin Heilbron
 * @copyright  Frontier Information Technologies
 * @see        http://grizzlyweb.com/webmaster/javascripts/refresh.asp#version2
 * @package    Robin
 **/
<!--
function Refresh()
{
    window.location.replace( sURL );
}
//-->
