
function RefreshPillowPage(selObject) { 

  location.href=selObject.options[selObject.selectedIndex].value;
 
}
