.
// 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 -->
Lionsgate Has Senior VP of Television
Lionsgate Hires Wall as Senior VP of Television
By Jay Sherman
Lionsgate announced Monday that it hired Barbara Wall as senior VP of television.
Reporting to Kevin Biggs, president of television programming and production at Lionsgate, Ms. Wall will be responsible for program development for both broadcast and cable, including half-hour comedies, hour dramas, miniseries, movies, limited series and reality programming. She also will oversee Lionsgate's current roster of series, including "House," which airs on Fox; Showtime's "Weeds"; Lifetime's "Missing"; and USA's "The Dead Zone."
Ms. Wall most recently served as executive VP of production and development for Heel and Toe Films, where she developed the pilot for "House" and the pilot for the short-lived CBS drama "Century City." Previously she served as VP of drama development at 20th Century Fox Television.
0 Comments:
Post a Comment
<< Home