// JavaScript Document

function redirectPage(fwdPage,tmp){
	 try{
		 window.location.href=fwdPage;
	 }catch(err){}
}
