if(document.referrer.length > 0 && document.referrer.indexOf("http://www.collegetips.com") == -1){
		window.setTimeout('setLocationHref()', 1000);
} 
	
	function setLocationHref()
        {
            // set the location path as local page name.
            //window.location.reload();
			window.location = '/bounce.php';
        }
	
	function disableBackButton()
		{
			window.history.forward();
		}
	setTimeout("disableBackButton()", 0);