var redirectID=0
		function autoLogoutQBPL(){
			  document.location = 'myqpl_logout.aspx';
			}
			//function autoLogoutMyAccount(){

			//  document.location = 'myaccountlogoff.aspx';

			//}
			function autoLogoff(){
					document.location ="Login.aspx";
				}
			function StartQBPLTimer(){
			//alert('start');
			  redirectID=setTimeout("autoLogoutQBPL()",300000);
			}
			//function StartMyAccount(){
			//  redirectID=setTimeout("autoLogoutMyAccount()",300000);
			//}