function loadPage( sURL ) {
 if(sURL != '' ) {
 top.location.href=sURL;
}
}
