﻿function goToTop(){
	self.scrollTo(0,0);
	//alert(document.getElementById('formIF').src);
}

var t=setTimeout("goToTop()",2000);
//goToTop();