
function setCookie (name, value, expires, path, domain, secure)
{
  var curCookie = name + "=" + escape(value) + (expires ? "; expires=" + expires : "") + (path ? "; path=" + path : "") + (domain ? "; domain=" + domain : "") + (secure ? "secure" : "");
  document.cookie = curCookie;
}
function getCookie (name) 
{
  var prefix = name + "=";
  var c = document.cookie;
  var nullstring = ""
  var cookieStartIndex = c.indexOf(prefix);
  if (cookieStartIndex == -1)
    return nullstring;
  var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
  if (cookieEndIndex == -1)
    cookieEndIndex = c.length;
  return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}
function fixDate (date) 
{
  var base = new Date(0);
  var skew = base.getTime();
  if (skew > 0)
    date.setTime(date.getTime() - skew);
}
var width = screen.width;
var height = screen.height;
var t_strCookie = "sr-n"+width+"x"+height;
var t_strVal = getCookie(t_strCookie);
var t_bCookieSet = 0;
if ( "" == t_strVal || !t_strVal )
{
  var now = new Date();
  fixDate(now);
  now.setTime(now.getTime() + 30 * 24 * 60 * 60 * 1000);
  now = now.toGMTString();
  setCookie(t_strCookie, 1, now, "/", 0, 0);
  t_bCookieSet = 1;
}
document.write("");
document.write("<style type=\"text/css\">");
document.write("#srReport{width:234px;text-align:right;font-size:10px;font-family:\"Trebuchet MS\", Arial, Verdana;	line-height:1.4em;}");
document.write(".srJsReport{width:234px}");
document.write("#srReport a,.srJsReport a{color:#00e;Text-Decoration:None;}");
document.write(".srJsReport, .FieldTitle,.FieldBody{font-size:12px;font-family:\"Trebuchet MS\", Arial, Verdana;	line-height:1.4em;}");
document.write(".DarkLines{background-color:#CCC;cursor: pointer;}");
document.write(".FieldTitle{background-color:#E0E0E0;color:#666;vertical-align:middle;text-align:center}");
document.write(".FieldBody{background-color:#fff;color:#000;padding:4px}");
document.write(".RI{border:0px;border-collapse:collapse;}");
document.write(".RI TD{background-color:#8df;font-size:9px}");
document.write("</style>");
document.write("<div class=srJsReport>");
document.write("<center><b><a href=\"http://www.screenresolution.org/report/reflexologyplus.com.139.htm\" title=\"Full Screen Resolution Statistics for Reflexology Plus(http://reflexologyplus.com)\">Reflexology Plus<br>Screen Resolution Statistics</a></b></center>");
document.write("<div onclick=\"document.location=http://www.screenresolution.org/report/reflexologyplus.com.139.htm\">");
document.write("<table width=234 border=0 class=DarkLines align=center cellpadding=2 cellspacing=1><tr class=FieldTitle><th width=1%>&nbsp;</th><th width=25%>Resolution</th><th width=5%>%</th><th width=*>Histogram</th></tr>");
document.write("<tr class=FieldBody><td align=center>1<td title=\"1024x768: 34.54%\">1024x768</td><td align=center>34.54%</td><td><table width=100% class=RI><tr><td title=\"1024x768: 34.54%\">&nbsp;</td></tr></table></td></tr>");
document.write("<tr class=FieldBody><td align=center>2<td title=\"1280x800: 13.82%\">1280x800</td><td align=center>13.82%</td><td><table width=40% class=RI><tr><td title=\"1280x800: 13.82%\">&nbsp;</td></tr></table></td></tr>");
document.write("<tr class=FieldBody><td align=center>3<td title=\"800x600: 10.86%\">800x600</td><td align=center>10.86%</td><td><table width=31% class=RI><tr><td title=\"800x600: 10.86%\">&nbsp;</td></tr></table></td></tr>");
document.write("<tr class=FieldBody><td align=center>4<td title=\"1280x1024: 8.55%\">1280x1024</td><td align=center>8.55%</td><td><table width=24% class=RI><tr><td title=\"1280x1024: 8.55%\">&nbsp;</td></tr></table></td></tr>");
document.write("<tr class=FieldBody><td align=center>5<td title=\"1440x900: 8.55%\">1440x900</td><td align=center>8.55%</td><td><table width=24% class=RI><tr><td title=\"1440x900: 8.55%\">&nbsp;</td></tr></table></td></tr>");
document.write("</table></div></div>");
document.write("<img src='http://stats.screenresolution.org/get.php?q=w"+width+"h"+height+"c"+t_bCookieSet+"s139' height=1 width=1 border=0>");

