function selectStrip(obj) {  var stripDate;            stripDate=obj.options[obj.selectedIndex].value;  location.href=stripDate;}
