var nuke_quick_reply = 0;

		var real = document.location.href ? document.location.href : document.location;
		if((real.indexOf("iframe=1") > -1) || (real.indexOf("iframe/1") > -1)) {
			nuke_quick_reply = 1;
		} // end if

		u_cookie = getCookie('ubber2452300.1438');
		if(!u_cookie || u_cookie == null || u_cookie.length < 1) {
			nuke_quick_reply = 1;
		} else {
			u_array = u_cookie.split("&");
			if(u_array[12] == 1) {
				nuke_quick_reply = 1;
			} // end if
		} // end if

		if(nuke_quick_reply == 1) {
			document.writeln("<" + "style type=" + '"text/css">');
			document.writeln("#quickreply { display: none; }");
			document.writeln("<" + "/style>");
		} // end if// JavaScript Document
