try {
  var head = document.getElementsByTagName("head")[0];
  if(document.createStyleSheet) {
    document.createStyleSheet('http://nagme.com/widgets/css/nagme-web-widget.css');
  } else {
    var styles = "@import url('http://nagme.com/widgets/css/nagme-web-widget.css');";
    var newSS=document.createElement('link');
    newSS.rel='stylesheet';
    newSS.href='data:text/css,'+escape(styles);
    document.getElementsByTagName("head")[0].appendChild(newSS);
  }
} catch(e) {}
document.write("<DIV class='NMWwrapper'><form name='NMWform' class='NMWform' method='POST' target='nagme' action='http://nagme.com/index.php'><input type='hidden' name='action' value='dosearch' /><ul id='theSearch'><li><select name='search' id='s'><option value='horse'>Horse</option><option value='jockey'>Jockey</option><option value='trainer'>Trainer</option></select></li><li><input type='text' name='searchFor' value='' id='name'/></li><li><input id='btn_search' type='image' value='Go' src='http://nagme.com/widgets/images/go_button.gif' name='submit'/></li></ul></form></DIV>");
