

	var  scroll = {
		one:   function(event) { new Effect.ScrollTo('one');},
		two:   function(event) { new Effect.ScrollTo('two');},
		three: function(event) { new Effect.ScrollTo('three');},
		four:  function(event) { new Effect.ScrollTo('four'); },
		five:  function(event) { new Effect.ScrollTo('five'); }
	}

	window.onunload = function(){
		// will close iframe if iframe leaves page.
		if(parent.document.title !== this.document.title){
		parent.myLytebox.end(); return false; 
		}
	}


	window.onload = function(){
		if(parent.document.title == this.document.title){
			document.getElementById('notice').style.display ='block';
			document.getElementById('url').href=page;

			// track how many people get this problem from search results.
			pageTracker._trackPageview('/popup/noframes-error');
			}
		}