function changeFlashNavHeight(h){
		document.getElementById('franchise').style.height = h + "px";
		document.getElementById('RedCarpetNav').style.height = h + "px";
}
function VoxPopPageView() 
{ 	
  reportPageViewWithGoogleAnalytics();  
  LoadLeaderboard('', "redcarpet.us.eonline/games", "us", poseOffEvent);
}
 
function reportPageViewWithGoogleAnalytics()
{
   var pageTracker = _gat._getTracker("your_google_analytics_number_here");
   pageTracker._trackPageview();
}