
// Menu Flip Function
function Rightclick()
{
  if(event.button==2) 
  {
    alert("This site has copyrighted material");
  }
}

function FrameRedirect()
{
   window.location.href="http://www.myedconnect.com";
}

/*if(top.frames.length == 0)
{
    alert("This page should be viewed from the homepage. You will be redirected to our main page in 2 seconds");
    setTimeout('FrameRedirect()',2000);
}*/


