// 1k DHTML API - standards version
d=document;l=d.layers;op=navigator.userAgent.indexOf('Opera')!=-1;px='px';
function gE(e,f){if(l){f=(f)?f:self;var V=f.document.layers;if(V[e])return V[e];for(var W=0;W<V.length;)t=gE(e,V[W++]);return t;}if(d.all)return d.all[e];return d.getElementById(e);}
function sE(e){l?e.visibility='show':e.style.visibility='visible';}
function hE(e){l?e.visibility='hide':e.style.visibility='hidden';}
function createCookie(name,value,days) {
	if (days) {
		var date = new Date();
		date.setTime(date.getTime()+(days*24*60*60*1000));
		var expires = "; expires="+date.toGMTString();
	}
	else var expires = "";
	document.cookie = name+"="+value+expires+"; path=/";
}
function readCookie(name) {
	var nameEQ = name + "=";
	var ca = document.cookie.split(';');
	for(var i=0;i < ca.length;i++) {
		var c = ca[i];
		while (c.charAt(0)==' ') c = c.substring(1,c.length);
		if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
	}
	return null;
}
function eraseCookie(name) {
	createCookie(name,"",-1);
}
function Disclaimed()
{
   createCookie("Disclaimed", "yes", 365);
   hE(gE("Disclaimer"));
   return false;
}
if(!readCookie("Disclaimed"))
{
   document.write("\
      <div id=\"Disclaimer\" style=\"position:absolute;left:50px;top:100px;margin-right:50px;  border:solid 5px red;padding:5px;background:white;color:black;font-size:15px;font-family:Verdana,Arial,sans-serif;  visibility:visible; z-index:10;\">\
         Welcome, new person!<br /><br />\
         This is a free and non-commercial site where users of P2P lending services including, but not limited to <a href=\"http://prosper.com\">Prosper.com</a>, can gather to openly share information, experience, and resources.<br /><br />\
         You may have noticed that this site uses the plural form of a common English word &quot;prosper&quot; as part of its domain name, as do many others on the vast and treacherous Internet.  As a courtesy to new users, let us be very clear that <br /><br />\
         \
         <big><big><em>This site is <strong>not</strong> sponsored by, affiliated with, or related to Prosper Marketplace Inc. in any way.</em></big></big>Their site is <a href=\"http://prosper.com\">here</a>\
         <br /><br />\
         <center><small>[<a href=\"javascript:null()\" onclick=\"Disclaimed();return false\">Click here to banish this tragically gaudy and patently obvious notice from your computer screen forever.</a>]</small></center>\
      </div>\
   ");
}
else
{
   createCookie("Disclaimed", "yes", 365);
}
