/*////////////////////////////////////////////////////////// footer_script.jhtml javascript for outputing a static foote in 762 */////////////////////////////////////////////////////////// GNav.footer = { host : GNav.host, size : 0, asset : 'http://www.vh1.com/sitewide/globalnav/external_footer_', output : '', init : function() { //GNav.footer.size = (window.location.href.indexOf('games')>-1) ? 762 : 980; //alert('GNav.footer.size='+GNav.footer.size); document.write(this.output); } } GNav.footer.size = (window.location.href.indexOf('games')>-1) ? 762 : 980; GNav.footer.output += '
'; GNav.footer.output += ' '; GNav.footer.output += '
'; ////////////////////////////////////////////////////// GNav.footer.init(); //////////////////////////////////////////////////////