.
// I recommend you leave this here as otherwise when you resize NS4's width menus are hidden.
var popOldWidth = window.innerWidth;
nsResizeHandler = new Function('if (popOldWidth != window.innerWidth) location.reload()');
// This is a quick snippet that captures all clicks on the document and hides the menus
// every time you click. Use if you want.
if (isNS4) document.captureEvents(Event.CLICK);
document.onclick = clickHandle;
function clickHandle(evt)
{
if (isNS4) document.routeEvent(evt);
hideAllBut(0);
}
// This is just the moving command for the example.
function moveRoot()
{
with(menu[0][0].ref) left = ((parseInt(left) < 100) ? 100 : 5);
}
// End -->
The Dead Zone Reaches The NFL
Full ArticleI thought it was cool that The Dead Zone gets a nod in a sports right up for the Falcons!
"We're all questionable," Mora said this week. "We might be here tomorrow, we might not. I might die in 30 seconds, I might not."
Maybe Mora knows things we don't, sort of like the creepy Anthony Michael Hall character in the TV program "The Dead Zone" who can predict your future by simply touching your hand. Maybe, in handing Vick his playbook earlier this week, Mora had a premonition of his quarterback falling through an open manhole while attempting to cross the street.
0 Comments:
Post a Comment
<< Home