/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

$().ready(function()
{
  window.location.href="HomePageAction.do?pageaction=CheckForLoginAuthentcation";
});

