function DisplayRegInfo(name) {
  var cookies=document.cookie;
  var start = cookies.indexOf(name + "=");
  var name = "";
  var start1;
  var end1;
  var tmp;
  var signed_in = -1;

  if (start != -1) {
    start = cookies.indexOf("=", start) +1;
    var end = cookies.indexOf("|", start);
    if (end != -1) {
      signed_in = cookies.indexOf("|yes", start);
     if (signed_in != -1) {
        document.write("<div class=\"hr4\"><a href=\"http://www.soabsolutelyfabulous.com/shop-bin/sc/order.cgi?func=3&storeid=*18a15081c10f1418716dbe5640f0&amp;html_reg=html\"><IMG SRC=\"images/04cr-edit.gif\" WIDTH=\"85\" HEIGHT=\"20\"BORDER=\"0\"><\/a>");
        document.write("<a href=\"http://www.soabsolutelyfabulous.com/shop-bin/sc/order.cgi?func=4&storeid=*18a15081c10f1418716dbe5640f0&amp;html_reg=html\"><IMG SRC=\"images/04cr-logout.gif\" WIDTH=\"95\" HEIGHT=\"20\"BORDER=\"0\"><\/a><\/div>");
      }
    }
  }
  if (signed_in == -1) {
    document.write("<div class=\"hr4\"><a href=\"http://www.soabsolutelyfabulous.com/shop-bin/sc/order.cgi?func=1&storeid=*18a15081c10f1418716dbe5640f0&amp;html_reg=html\"><IMG SRC=\"images/04cr-new.gif\" WIDTH=\"85\" HEIGHT=\"20\"BORDER=\"0\"><\/a>");
    document.write("<a href=\"http://www.soabsolutelyfabulous.com/shop-bin/sc/order.cgi?func=2&storeid=*18a15081c10f1418716dbe5640f0&amp;html_reg=html\"><IMG SRC=\"images/04cr-login.gif\" WIDTH=\"95\" HEIGHT=\"20\"BORDER=\"0\"><\/a><\/div>");
  }
}