<!-- Begin
function FAIRLOANS(i_PAGE) {
day = new Date();
id = day.getTime();
if (i_PAGE=='TERMSOFUSE'){
	v_URL = './scripts/termsofuse.html';
   }
 else{
	v_URL = './scripts/contactus.html';
   }   


eval("page" + id + " = window.open(v_URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=800,height=600');");


}
// End -->