<!--
function rd(urli) {
  var urlp = "/rd.html?" + urli;
  window.open(urlp);
}
function shpg(twn) {
 if (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion >= "4.0") {
  twn.style.behavior='url(#default#homepage)';twn.setHomePage('http://www.discounterdeals.com');
 } else {
  alert("Auto function only for IE. Drag our address icon to the home icon, or set the homepage manually.");
 }
}
function cbmrk() {
 if (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion >= "4.0") {
  window.external.AddFavorite(location.href,document.title);
 } else {
  alert("Hit Ctrl-D to set a Bookmark.");
 }
}
function mdp(cpnd) {
restwin = window.open("/mdp.html?" + cpnd, "discount", "scrollbars=1,resizable=1,width=342,height=275");
}
//-->
