.
// 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 -->
Anthony Michael Hall In MAXIM Mag June Issue
The MAXIM Hot 100 supplement will be available with the June issue of MAXIM featuring "Las Vegas" actress Vanessa Marcil (#19) on the cover. The June issue also features a layout with "The L Word's" Sarah Shahi (#90), "Celebrity Advisor" column with Anthony Michael Hall and a Q&A with "Entourage's" Kevin Dillon. Based on the huge success and national appeal of the Hot 100, VH1 will be airing a 1-hour special hosted by Rachel Perry (#49) on May 22 at 10:00 p.m.
Any scans or transcripts of the article would be greatly appreciated!
0 Comments:
Post a Comment
<< Home