<!-- hide script from old browsers

function loadTwo(iframe1URL, iframe2URL) 
{ 
parent.FRAME1.location.href=iframe1URL 
parent.FRAME2.location.href=iframe2URL 
} 

// end hiding script from old browsers -->