/*--- Avanquest WebEasy External Script ---*/

/* -------------------------------------------- */
/* Redirect to New Web Page                     */
/* -------------------------------------------- */

function wePageRedirect(url,tmr)
{
	setTimeout('window.location.href=\''+url+'\';',tmr*1000);
}



/*--- EndOfFile ---*/

