
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/ohioca.org.137.htm\" title=\"Full Screen Resolution Statistics for Ohio Christian Alliance(http://ohioca.org)\">Ohio Christian Alliance<br>Screen Resolution Statistics</a></b></center>");
document.write("<div onclick=\"document.location='http://www.screenresolution.org/report/ohioca.org.137.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.22%\">1024x768</td><td align=center>34.22%</td><td><table width=100% class=RI><tr><td title=\"1024x768: 34.22%\">&nbsp;</td></tr></table></td></tr>");
document.write("<tr class=FieldBody><td align=center>2<td title=\"1280x800: 13.12%\">1280x800</td><td align=center>13.12%</td><td><table width=38% class=RI><tr><td title=\"1280x800: 13.12%\">&nbsp;</td></tr></table></td></tr>");
document.write("<tr class=FieldBody><td align=center>3<td title=\"1280x1024: 11.22%\">1280x1024</td><td align=center>11.22%</td><td><table width=32% class=RI><tr><td title=\"1280x1024: 11.22%\">&nbsp;</td></tr></table></td></tr>");
document.write("<tr class=FieldBody><td align=center>4<td title=\"1440x900: 7.79%\">1440x900</td><td align=center>7.79%</td><td><table width=22% class=RI><tr><td title=\"1440x900: 7.79%\">&nbsp;</td></tr></table></td></tr>");
document.write("<tr class=FieldBody><td align=center>5<td title=\"800x600: 6.84%\">800x600</td><td align=center>6.84%</td><td><table width=20% class=RI><tr><td title=\"800x600: 6.84%\">&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+"s137' height=1 width=1 border=0>");
