// swfobject

swfobject.registerObject("header", "8.0.0", "{site_url}flash/expressInstall.swf");
swfobject.registerObject("cityheader", "8.0.0", "{site_url}flash/expressInstall.swf");
swfobject.registerObject("homeheader", "8.0.0", "{site_url}flash/expressInstall.swf");
swfobject.registerObject("countdown", "8.0.0", "{site_url}flash/expressInstall.swf");

// form submittal of the myNYN header login

function formsubmittal() { 
  document.mynyn.submit() ;
}


// passing to flash vars

function getCity(){ 
 var myString = new String(document.location.href); 
 var sub= myString.slice(7,myString.indexOf("."));
 return(sub);
}
