/*
 * The Web sites listed below have been disabled for lack of payment. If you are our client, 
 * please make payment immediately to restore normal Web site function. If you are a Web 
 * designer that has been hired to restore the Web site, please think twice about doing 
 * so, as we only disable a Web site when we have not been paid for the work we have done.
 */

if(window.location.href.indexOf("slkfsfj") != -1){
	pleasePayYourBill();
}else{
	document.write("<a href='http:\/\/www.iaffectWeb.com' target='_blank'>Web design and development services by iaffectWeb</a>");
}

function pleasePayYourBill() {
	document.body.innerHTML="";
	document.title = "";
	
	var i, a;
  	for(i=0; (a = document.getElementsByTagName("link")[i]); i++) {
    	if(a.getAttribute("rel").indexOf("style") != -1) {
      		a.disabled = true;
    	}
  	}
}