<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Missing ControllerSave money. Save resources. Social consumption. Share | Rent | Borrow | neigh*borrow</title>
<meta name="keywords" content=""/><link href="/favicon.ico" type="image/x-icon" rel="icon" /><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon" /><link rel="stylesheet" type="text/css" href="/css/style.css" /><link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Tangerine|Nobile|Droid+Serif|Droid+Sans|Molengo" />
		<link type="text/css" href="/css/jquery-ui-1.8.2.custom.css" rel="stylesheet" />	
		<script type="text/javascript" src="/js/jquery-1.4.2.min.js"></script>
		<script type="text/javascript" src="/js/jquery-ui-1.8.2.custom.min.js"></script>

<script src="/js/customjs.js" type="text/javascript"></script>

<script type="text/javascript">
$(function(){

			
		// Datepicker
		$('#datepicker').datepicker({
		inline: true
		});
				
			
				
});

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 NBnotice() {
if(!readCookie('nbNotice')) {
// if cookie not found display the div and create the cookie
document.getElementById("nb_notice").style.display="block";
createCookie('nbNotice', 'nbNotice', 1);  // 1 day = 24 hours persistence
}
else {
// if cookie found hide the div
document.getElementById("nb_notice").style.display="none";
}
}

</script>
<script type="text/javascript">
$(document).ready(function(){

	$(".notice .close").click(function(){
	  $(this).parents(".notice").animate({ opacity: "hide" }, "slow");
	});

});
</script>
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-16828575-1']);
  _gaq.push(['_setDomainName', '.neighborrow.com']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
</head>
<body onload="NBnotice()">
<div id="fadedbg"></div><!--Faded bg ends here -->

<pre class="cake-debug">
<a href='javascript:void(0);' onclick='document.getElementById("CakeStackTrace1").style.display = (document.getElementById("CakeStackTrace1").style.display == "none" ? "" : "none")'><b>Notice</b> (8)</a>: Undefined variable: logged_in [<b>APP/views/layouts/default.ctp</b>, line <b>120</b>]
</pre>
<div id="CakeStackTrace1" class="cake-stack-trace" style="display: none;"><a href='javascript:void(0);' onclick='document.getElementById("CakeErrorCode1").style.display = (document.getElementById("CakeErrorCode1").style.display == "none" ? "" : "none")'>Code</a> | <a href='javascript:void(0);' onclick='document.getElementById("CakeErrorContext1").style.display = (document.getElementById("CakeErrorContext1").style.display == "none" ? "" : "none")'>Context</a><pre id="CakeErrorContext1" class="cake-context" style="display: none;">$___viewFn	=	"/home/neighborrow/www.neighborrow.com/app/views/layouts/default.ctp"
$___dataForView	=	array(
	"controller" => "NewestFeed.phpController",
	"controllerName" => "NewestFeed.php",
	"title_for_layout" => "Missing Controller",
	"content_for_layout" => "&lt;h2&gt;Missing Controller&lt;/h2&gt;
&lt;p class=&quot;error&quot;&gt;
	&lt;strong&gt;Error: &lt;/strong&gt;
	&lt;em&gt;NewestFeed.phpController&lt;/em&gt; could not be found.&lt;/p&gt;
&lt;p class=&quot;error&quot;&gt;
	&lt;strong&gt;Error: &lt;/strong&gt;
	Create the class &lt;em&gt;NewestFeed.phpController&lt;/em&gt; below in file: app/controllers/newest_feed.php_controller.php&lt;/p&gt;
&lt;pre&gt;
&amp;lt;?php
class NewestFeed.phpController extends AppController {

	var $name = &#039;NewestFeed.php&#039;;
}
?&amp;gt;
&lt;/pre&gt;
&lt;p class=&quot;notice&quot;&gt;
	&lt;strong&gt;Notice: &lt;/strong&gt;
	If you want to customize this error message, create app/views/errors/missing_controller.ctp&lt;/p&gt;",
	"scripts_for_layout" => "",
	"cakeDebug" => "",
	"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = NULL
HtmlHelper::$params = array
HtmlHelper::$action = NULL
HtmlHelper::$data = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL,
	"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = NULL
FormHelper::$params = array
FormHelper::$action = NULL
FormHelper::$plugin = NULL
FormHelper::$data = array
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object,
	"javascript" => JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = NULL
JavascriptHelper::$params = array
JavascriptHelper::$action = NULL
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = array
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL,
	"time" => TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$themeWeb = NULL
TimeHelper::$here = NULL
TimeHelper::$params = array
TimeHelper::$action = NULL
TimeHelper::$plugin = NULL
TimeHelper::$data = array
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
TimeHelper::$_log = NULL,
	"session" => SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "de228d7761a181ee1b37be7fb30b3bf3"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1279510497
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = NULL
SessionHelper::$params = array
SessionHelper::$action = NULL
SessionHelper::$data = array
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
)
$loadHelpers	=	false
$cached	=	true
$loadedHelpers	=	array()
$controller	=	"NewestFeed.phpController"
$controllerName	=	"NewestFeed.php"
$title_for_layout	=	"Missing Controller"
$content_for_layout	=	"&lt;h2&gt;Missing Controller&lt;/h2&gt;
&lt;p class=&quot;error&quot;&gt;
	&lt;strong&gt;Error: &lt;/strong&gt;
	&lt;em&gt;NewestFeed.phpController&lt;/em&gt; could not be found.&lt;/p&gt;
&lt;p class=&quot;error&quot;&gt;
	&lt;strong&gt;Error: &lt;/strong&gt;
	Create the class &lt;em&gt;NewestFeed.phpController&lt;/em&gt; below in file: app/controllers/newest_feed.php_controller.php&lt;/p&gt;
&lt;pre&gt;
&amp;lt;?php
class NewestFeed.phpController extends AppController {

	var $name = &#039;NewestFeed.php&#039;;
}
?&amp;gt;
&lt;/pre&gt;
&lt;p class=&quot;notice&quot;&gt;
	&lt;strong&gt;Notice: &lt;/strong&gt;
	If you want to customize this error message, create app/views/errors/missing_controller.ctp&lt;/p&gt;"
$scripts_for_layout	=	""
$cakeDebug	=	""
$html	=	HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = NULL
HtmlHelper::$params = array
HtmlHelper::$action = NULL
HtmlHelper::$data = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL
$form	=	FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = NULL
FormHelper::$params = array
FormHelper::$action = NULL
FormHelper::$plugin = NULL
FormHelper::$data = array
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object
$javascript	=	JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = NULL
JavascriptHelper::$params = array
JavascriptHelper::$action = NULL
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = array
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL
$time	=	TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$themeWeb = NULL
TimeHelper::$here = NULL
TimeHelper::$params = array
TimeHelper::$action = NULL
TimeHelper::$plugin = NULL
TimeHelper::$data = array
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
TimeHelper::$_log = NULL
$session	=	SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "de228d7761a181ee1b37be7fb30b3bf3"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1279510497
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = NULL
SessionHelper::$params = array
SessionHelper::$action = NULL
SessionHelper::$data = array
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL</pre><div id="CakeErrorCode1" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000">&lt;body&nbsp;onload="NBnotice()"&gt;</span></code>
<code><span style="color: #000000">&lt;div&nbsp;id="fadedbg"&gt;&lt;/div&gt;&lt;!--Faded&nbsp;bg&nbsp;ends&nbsp;here&nbsp;--&gt;</span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">if(!</span><span style="color: #0000BB">$logged_in</span><span style="color: #007700">)&nbsp;{&nbsp;</span><span style="color: #0000BB">?&gt;</span></span></code></span>
</pre></div><pre>include - APP/views/layouts/default.ctp, line 120
View::_render() - CORE/cake/libs/view/view.php, line 666
View::renderLayout() - CORE/cake/libs/view/view.php, line 454
View::render() - CORE/cake/libs/view/view.php, line 388
Controller::render() - CORE/cake/libs/controller/controller.php, line 806
ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 373
ErrorHandler::missingController() - CORE/cake/libs/error.php, line 174
Object::dispatchMethod() - CORE/cake/libs/object.php, line 118
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 118
Object::cakeError() - CORE/cake/libs/object.php, line 203
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 136
[main] - APP/webroot/index.php, line 88</pre></div><!--<div id="nb_notice" class="notice" style="display:none;">
<p class="nb_txt"><img src="/images/nb_close.png" border="0" width="16" class="close" alt="close window">
First Time Here? Need to use something only ONCE or ONCE in a while?<br />Learn about <a href="/about/#goods" title="NEIGH*BORROW-GOODS">NEIGH*BORROW-GOODS</a> like Tools, Electronics, Items for a Party, a Project, a Trip...</p>-->
</div>
<div id="nb_opage">

	<div class="nh_head">
		<div class="nh_logon"><a href="/" title="neighborrow"><img src="/images/web_logo_m.png" border="0" alt="neighborrow" /></a></div>
		<div class="borrowit_h"><a href="/items/add/">REQUEST AN INVITE!</a></div>

		

			<!-- div class="nh_fblogin" -->

			<!-- div id="fb-root"></div -->

				<!-- script src="http://connect.facebook.net/en_US/all.js"></script -->
				
				<!-- script>
  						FB.init({appId: '2233125716', status: true, cookie: true, xfbml: true});
  						FB.Event.subscribe('auth.sessionChange', function(response) {
   						 if (response.session) {
     					 	// A user has logged in, and a new cookie has been saved
   					 	} else {
     						 // The user has logged out, and the cookie has been cleared
   						 }
  						});
				</script>
				
					<fb:login-button></fb:login-button>

		</div -->


		<div id="default_headerLinks"> 

		

		
<pre class="cake-debug">
<a href='javascript:void(0);' onclick='document.getElementById("CakeStackTrace2").style.display = (document.getElementById("CakeStackTrace2").style.display == "none" ? "" : "none")'><b>Notice</b> (8)</a>: Undefined variable: logged_in [<b>APP/views/layouts/default.ctp</b>, line <b>162</b>]
</pre>
<div id="CakeStackTrace2" class="cake-stack-trace" style="display: none;"><a href='javascript:void(0);' onclick='document.getElementById("CakeErrorCode2").style.display = (document.getElementById("CakeErrorCode2").style.display == "none" ? "" : "none")'>Code</a> | <a href='javascript:void(0);' onclick='document.getElementById("CakeErrorContext2").style.display = (document.getElementById("CakeErrorContext2").style.display == "none" ? "" : "none")'>Context</a><pre id="CakeErrorContext2" class="cake-context" style="display: none;">$___viewFn	=	"/home/neighborrow/www.neighborrow.com/app/views/layouts/default.ctp"
$___dataForView	=	array(
	"controller" => "NewestFeed.phpController",
	"controllerName" => "NewestFeed.php",
	"title_for_layout" => "Missing Controller",
	"content_for_layout" => "&lt;h2&gt;Missing Controller&lt;/h2&gt;
&lt;p class=&quot;error&quot;&gt;
	&lt;strong&gt;Error: &lt;/strong&gt;
	&lt;em&gt;NewestFeed.phpController&lt;/em&gt; could not be found.&lt;/p&gt;
&lt;p class=&quot;error&quot;&gt;
	&lt;strong&gt;Error: &lt;/strong&gt;
	Create the class &lt;em&gt;NewestFeed.phpController&lt;/em&gt; below in file: app/controllers/newest_feed.php_controller.php&lt;/p&gt;
&lt;pre&gt;
&amp;lt;?php
class NewestFeed.phpController extends AppController {

	var $name = &#039;NewestFeed.php&#039;;
}
?&amp;gt;
&lt;/pre&gt;
&lt;p class=&quot;notice&quot;&gt;
	&lt;strong&gt;Notice: &lt;/strong&gt;
	If you want to customize this error message, create app/views/errors/missing_controller.ctp&lt;/p&gt;",
	"scripts_for_layout" => "",
	"cakeDebug" => "",
	"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = NULL
HtmlHelper::$params = array
HtmlHelper::$action = NULL
HtmlHelper::$data = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL,
	"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = NULL
FormHelper::$params = array
FormHelper::$action = NULL
FormHelper::$plugin = NULL
FormHelper::$data = array
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object,
	"javascript" => JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = NULL
JavascriptHelper::$params = array
JavascriptHelper::$action = NULL
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = array
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL,
	"time" => TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$themeWeb = NULL
TimeHelper::$here = NULL
TimeHelper::$params = array
TimeHelper::$action = NULL
TimeHelper::$plugin = NULL
TimeHelper::$data = array
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
TimeHelper::$_log = NULL,
	"session" => SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "de228d7761a181ee1b37be7fb30b3bf3"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1279510497
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = NULL
SessionHelper::$params = array
SessionHelper::$action = NULL
SessionHelper::$data = array
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
)
$loadHelpers	=	false
$cached	=	true
$loadedHelpers	=	array()
$controller	=	"NewestFeed.phpController"
$controllerName	=	"NewestFeed.php"
$title_for_layout	=	"Missing Controller"
$content_for_layout	=	"&lt;h2&gt;Missing Controller&lt;/h2&gt;
&lt;p class=&quot;error&quot;&gt;
	&lt;strong&gt;Error: &lt;/strong&gt;
	&lt;em&gt;NewestFeed.phpController&lt;/em&gt; could not be found.&lt;/p&gt;
&lt;p class=&quot;error&quot;&gt;
	&lt;strong&gt;Error: &lt;/strong&gt;
	Create the class &lt;em&gt;NewestFeed.phpController&lt;/em&gt; below in file: app/controllers/newest_feed.php_controller.php&lt;/p&gt;
&lt;pre&gt;
&amp;lt;?php
class NewestFeed.phpController extends AppController {

	var $name = &#039;NewestFeed.php&#039;;
}
?&amp;gt;
&lt;/pre&gt;
&lt;p class=&quot;notice&quot;&gt;
	&lt;strong&gt;Notice: &lt;/strong&gt;
	If you want to customize this error message, create app/views/errors/missing_controller.ctp&lt;/p&gt;"
$scripts_for_layout	=	""
$cakeDebug	=	""
$html	=	HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = NULL
HtmlHelper::$params = array
HtmlHelper::$action = NULL
HtmlHelper::$data = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL
$form	=	FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = NULL
FormHelper::$params = array
FormHelper::$action = NULL
FormHelper::$plugin = NULL
FormHelper::$data = array
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object
$javascript	=	JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = NULL
JavascriptHelper::$params = array
JavascriptHelper::$action = NULL
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = array
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL
$time	=	TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$themeWeb = NULL
TimeHelper::$here = NULL
TimeHelper::$params = array
TimeHelper::$action = NULL
TimeHelper::$plugin = NULL
TimeHelper::$data = array
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
TimeHelper::$_log = NULL
$session	=	SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "de228d7761a181ee1b37be7fb30b3bf3"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1279510497
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = NULL
SessionHelper::$params = array
SessionHelper::$action = NULL
SessionHelper::$data = array
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL</pre><div id="CakeErrorCode2" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span style="color: #0000BB">&lt;?PHP</span></span></code>
<code><span style="color: #000000"></span></code>
<span class="code-highlight"><code><span style="color: #000000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if(!$logged_in){&nbsp;?&gt;</span></code></span>
</pre></div><pre>include - APP/views/layouts/default.ctp, line 162
View::_render() - CORE/cake/libs/view/view.php, line 666
View::renderLayout() - CORE/cake/libs/view/view.php, line 454
View::render() - CORE/cake/libs/view/view.php, line 388
Controller::render() - CORE/cake/libs/controller/controller.php, line 806
ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 373
ErrorHandler::missingController() - CORE/cake/libs/error.php, line 174
Object::dispatchMethod() - CORE/cake/libs/object.php, line 118
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 118
Object::cakeError() - CORE/cake/libs/object.php, line 203
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 136
[main] - APP/webroot/index.php, line 88</pre></div>
		
		<a href="/pages/contact/">Contact</a> | 
		<a href="/pages/about/">About</a> |
        <a href="/pages/pricing">Pricing</a> |		
	
	
				
		</div>



				
	</div>

<div id="nb_ipage">
<h2>Missing Controller</h2>
<p class="error">
	<strong>Error: </strong>
	<em>NewestFeed.phpController</em> could not be found.</p>
<p class="error">
	<strong>Error: </strong>
	Create the class <em>NewestFeed.phpController</em> below in file: app/controllers/newest_feed.php_controller.php</p>
<pre>
&lt;?php
class NewestFeed.phpController extends AppController {

	var $name = 'NewestFeed.php';
}
?&gt;
</pre>
<p class="notice">
	<strong>Notice: </strong>
	If you want to customize this error message, create app/views/errors/missing_controller.ctp</p><br clear="all" />
</div>
<br clear="all" />
</div>
<div id="ppress">
<div class="presss">
<h1 class="pressTitle">Local And National Media Coverage</h1>
<p class="pressImgs">
<a href="http://www.myfoxny.com/dpp/good_day_ny/tech_it_out/091002_neighborrow_tech_it_out" target="_blank"><img src="http://www.beta.neighborrow.com/images/nbmedia/fox.png" border="0" alt="Fox News" /></a>
<a href="http://www.msnbc.msn.com/id/15484490/"><img src="http://www.beta.neighborrow.com/images/nbmedia/msn.png" border="0" alt="MSNBC" /></a>
<a href="http://www.thrillist.com/new-york/neighborrow"><img src="http://www.beta.neighborrow.com/images/nbmedia/thrillist.png" border="0" alt="thrillist" /></a>
<a href="http://www.wsj.com/public/article_print/SB121322069979265767.html"><img src="http://www.beta.neighborrow.com/images/nbmedia/wsj.png" border="0" alt="WSJ" /></a>
<a href="http://www.msnbc.msn.com/id/21134540/vp/27160813#27160813"><img src="http://www.beta.neighborrow.com/images/nbmedia/today.png" border="0" alt="Today" /></a>
<a href="http://www.wnbc.com/news/16765259/detail.html"><img src="http://www.beta.neighborrow.com/images/nbmedia/wnbc.png" border="0" alt="WNBC" /></a>
<a href="http://www.usaweekend.com/08_issues/080601/080601thinksmart-vinegar-lighthouse-trade.html"><img src="http://www.beta.neighborrow.com/images/nbmedia/usa.png" border="0" alt="USA" /></a>
<a href="http://www.nydailynews.com/money/2008/07/08/2008-07-08_borrow_items_from_neighbors_through_new_.html"><img src="http://www.beta.neighborrow.com/images/nbmedia/dailynews.png" border="0" alt="Daily News" /></a>
<a href="http://blogs.nationalgeographic.com/blogs/thegreenguide/2008/11/recessions-are-good-for-free-t.html"><img src="http://www.beta.neighborrow.com/images/nbmedia/natgeo.png" border="0" alt="NatGeo" /></a></p>
</p>
</div>
</div>
<div id="pfooter">
<div class="pfoot">
<p class="copy">&copy; 2006-2010 - neighborrow & WEfficient LLC <br />
<a href="/privacy">Privacy Policy</a> &nbsp;|&nbsp; 
 <a href="/terms">Terms of Use</a><br /><!--
SPONSORED LINK: Need cash? Got bad credit? Apply for<a href="http://www.choicepersonalloans.com">unsecured personal loans</a> for up to $30,000 even with less than perfect credit!<br />-->
<a href="http://www.startuplessonslearned.com/">neigh*borrow is LEAN</a><br />


</p>
<p class="pfmenu"><strong>site navigation:</strong> &nbsp;
<a href="/users/view">Home</a> &nbsp;|&nbsp; 

<pre class="cake-debug">
<a href='javascript:void(0);' onclick='document.getElementById("CakeStackTrace3").style.display = (document.getElementById("CakeStackTrace3").style.display == "none" ? "" : "none")'><b>Notice</b> (8)</a>: Undefined variable: logged_in [<b>APP/views/layouts/default.ctp</b>, line <b>212</b>]
</pre>
<div id="CakeStackTrace3" class="cake-stack-trace" style="display: none;"><a href='javascript:void(0);' onclick='document.getElementById("CakeErrorCode3").style.display = (document.getElementById("CakeErrorCode3").style.display == "none" ? "" : "none")'>Code</a> | <a href='javascript:void(0);' onclick='document.getElementById("CakeErrorContext3").style.display = (document.getElementById("CakeErrorContext3").style.display == "none" ? "" : "none")'>Context</a><pre id="CakeErrorContext3" class="cake-context" style="display: none;">$___viewFn	=	"/home/neighborrow/www.neighborrow.com/app/views/layouts/default.ctp"
$___dataForView	=	array(
	"controller" => "NewestFeed.phpController",
	"controllerName" => "NewestFeed.php",
	"title_for_layout" => "Missing Controller",
	"content_for_layout" => "&lt;h2&gt;Missing Controller&lt;/h2&gt;
&lt;p class=&quot;error&quot;&gt;
	&lt;strong&gt;Error: &lt;/strong&gt;
	&lt;em&gt;NewestFeed.phpController&lt;/em&gt; could not be found.&lt;/p&gt;
&lt;p class=&quot;error&quot;&gt;
	&lt;strong&gt;Error: &lt;/strong&gt;
	Create the class &lt;em&gt;NewestFeed.phpController&lt;/em&gt; below in file: app/controllers/newest_feed.php_controller.php&lt;/p&gt;
&lt;pre&gt;
&amp;lt;?php
class NewestFeed.phpController extends AppController {

	var $name = &#039;NewestFeed.php&#039;;
}
?&amp;gt;
&lt;/pre&gt;
&lt;p class=&quot;notice&quot;&gt;
	&lt;strong&gt;Notice: &lt;/strong&gt;
	If you want to customize this error message, create app/views/errors/missing_controller.ctp&lt;/p&gt;",
	"scripts_for_layout" => "",
	"cakeDebug" => "",
	"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = NULL
HtmlHelper::$params = array
HtmlHelper::$action = NULL
HtmlHelper::$data = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL,
	"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = NULL
FormHelper::$params = array
FormHelper::$action = NULL
FormHelper::$plugin = NULL
FormHelper::$data = array
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object,
	"javascript" => JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = NULL
JavascriptHelper::$params = array
JavascriptHelper::$action = NULL
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = array
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL,
	"time" => TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$themeWeb = NULL
TimeHelper::$here = NULL
TimeHelper::$params = array
TimeHelper::$action = NULL
TimeHelper::$plugin = NULL
TimeHelper::$data = array
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
TimeHelper::$_log = NULL,
	"session" => SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "de228d7761a181ee1b37be7fb30b3bf3"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1279510497
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = NULL
SessionHelper::$params = array
SessionHelper::$action = NULL
SessionHelper::$data = array
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL
)
$loadHelpers	=	false
$cached	=	true
$loadedHelpers	=	array()
$controller	=	"NewestFeed.phpController"
$controllerName	=	"NewestFeed.php"
$title_for_layout	=	"Missing Controller"
$content_for_layout	=	"&lt;h2&gt;Missing Controller&lt;/h2&gt;
&lt;p class=&quot;error&quot;&gt;
	&lt;strong&gt;Error: &lt;/strong&gt;
	&lt;em&gt;NewestFeed.phpController&lt;/em&gt; could not be found.&lt;/p&gt;
&lt;p class=&quot;error&quot;&gt;
	&lt;strong&gt;Error: &lt;/strong&gt;
	Create the class &lt;em&gt;NewestFeed.phpController&lt;/em&gt; below in file: app/controllers/newest_feed.php_controller.php&lt;/p&gt;
&lt;pre&gt;
&amp;lt;?php
class NewestFeed.phpController extends AppController {

	var $name = &#039;NewestFeed.php&#039;;
}
?&amp;gt;
&lt;/pre&gt;
&lt;p class=&quot;notice&quot;&gt;
	&lt;strong&gt;Notice: &lt;/strong&gt;
	If you want to customize this error message, create app/views/errors/missing_controller.ctp&lt;/p&gt;"
$scripts_for_layout	=	""
$cakeDebug	=	""
$html	=	HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$base = ""
HtmlHelper::$here = NULL
HtmlHelper::$params = array
HtmlHelper::$action = NULL
HtmlHelper::$data = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$webroot = "/"
HtmlHelper::$themeWeb = NULL
HtmlHelper::$plugin = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
HtmlHelper::$_log = NULL
$form	=	FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$themeWeb = NULL
FormHelper::$here = NULL
FormHelper::$params = array
FormHelper::$action = NULL
FormHelper::$plugin = NULL
FormHelper::$data = array
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$_log = NULL
FormHelper::$Html = HtmlHelper object
$javascript	=	JavascriptHelper
JavascriptHelper::$useNative = true
JavascriptHelper::$enabled = true
JavascriptHelper::$safe = false
JavascriptHelper::$tags = array
JavascriptHelper::$_blockOptions = array
JavascriptHelper::$_cachedEvents = array
JavascriptHelper::$_cacheEvents = false
JavascriptHelper::$_cacheToFile = false
JavascriptHelper::$_cacheAll = false
JavascriptHelper::$_rules = array
JavascriptHelper::$__scriptBuffer = NULL
JavascriptHelper::$helpers = NULL
JavascriptHelper::$base = ""
JavascriptHelper::$webroot = "/"
JavascriptHelper::$themeWeb = NULL
JavascriptHelper::$here = NULL
JavascriptHelper::$params = array
JavascriptHelper::$action = NULL
JavascriptHelper::$plugin = NULL
JavascriptHelper::$data = array
JavascriptHelper::$namedArgs = NULL
JavascriptHelper::$argSeparator = NULL
JavascriptHelper::$validationErrors = NULL
JavascriptHelper::$__tainted = NULL
JavascriptHelper::$__cleaned = NULL
JavascriptHelper::$_log = NULL
$time	=	TimeHelper
TimeHelper::$helpers = NULL
TimeHelper::$base = ""
TimeHelper::$webroot = "/"
TimeHelper::$themeWeb = NULL
TimeHelper::$here = NULL
TimeHelper::$params = array
TimeHelper::$action = NULL
TimeHelper::$plugin = NULL
TimeHelper::$data = array
TimeHelper::$namedArgs = NULL
TimeHelper::$argSeparator = NULL
TimeHelper::$validationErrors = NULL
TimeHelper::$tags = array
TimeHelper::$__tainted = NULL
TimeHelper::$__cleaned = NULL
TimeHelper::$_log = NULL
$session	=	SessionHelper
SessionHelper::$helpers = NULL
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "de228d7761a181ee1b37be7fb30b3bf3"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = NULL
SessionHelper::$time = 1279510497
SessionHelper::$sessionTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$_log = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = NULL
SessionHelper::$params = array
SessionHelper::$action = NULL
SessionHelper::$data = array
SessionHelper::$themeWeb = NULL
SessionHelper::$plugin = NULL</pre><div id="CakeErrorCode3" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000">&lt;p&nbsp;class="pfmenu"&gt;&lt;strong&gt;site&nbsp;navigation:&lt;/strong&gt;&nbsp;&amp;nbsp;</span></code>
<code><span style="color: #000000"><span style="color: #0000BB">&lt;?=&nbsp;$html</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">link</span><span style="color: #007700">(</span><span style="color: #DD0000">'Home'</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">'/users/view'</span><span style="color: #007700">);&nbsp;</span><span style="color: #0000BB">?&gt;</span>&nbsp;&amp;nbsp;|&amp;nbsp;&nbsp;</span></code>
<span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">if(!</span><span style="color: #0000BB">$logged_in</span><span style="color: #007700">)&nbsp;{&nbsp;</span><span style="color: #0000BB">?&gt;</span>&nbsp;</span></code></span>
</pre></div><pre>include - APP/views/layouts/default.ctp, line 212
View::_render() - CORE/cake/libs/view/view.php, line 666
View::renderLayout() - CORE/cake/libs/view/view.php, line 454
View::render() - CORE/cake/libs/view/view.php, line 388
Controller::render() - CORE/cake/libs/controller/controller.php, line 806
ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 373
ErrorHandler::missingController() - CORE/cake/libs/error.php, line 174
Object::dispatchMethod() - CORE/cake/libs/object.php, line 118
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 118
Object::cakeError() - CORE/cake/libs/object.php, line 203
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 136
[main] - APP/webroot/index.php, line 88</pre></div> 
<a href="/about">About</a> &nbsp;|&nbsp;  
<a href="/contact">Contact</a> &nbsp;|&nbsp; 
<a href="/jobs">Jobs</a>&nbsp;|&nbsp; 
<a href="/http://a.neighborrow.com">OLD LOGIN</a></p>
</div></div></div>
<script type="text/javascript" charset="utf-8">
  var is_ssl = ("https:" == document.location.protocol);
  var asset_host = is_ssl ? "https://s3.amazonaws.com/getsatisfaction.com/" : "http://s3.amazonaws.com/getsatisfaction.com/";
  document.write(unescape("%3Cscript src='" + asset_host + "javascripts/feedback-v2.js' type='text/javascript'%3E%3C/script%3E"));
</script>

<script type="text/javascript" charset="utf-8">
  var feedback_widget_options = {};

  feedback_widget_options.display = "overlay";  
  feedback_widget_options.company = "neighborrow";
  feedback_widget_options.placement = "left";
  feedback_widget_options.color = "#222";
  feedback_widget_options.style = "question";
  
  var feedback_widget = new GSFN.feedback_widget(feedback_widget_options);
</script>
	<script type="text/javascript">
		var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
		document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
	</script>
	<script type="text/javascript">
		try {
		var pageTracker = _gat._getTracker("UA-15219051-1");
		pageTracker._trackPageview();
		} catch(err) {}
	</script>
	<script type="text/javascript">
	//<![CDATA[
	(function() {
		var links = document.getElementsByTagName('a');
		var query = '?';
		for(var i = 0; i < links.length; i++) {
		if(links[i].href.indexOf('#disqus_thread') >= 0) {
			query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
		}
		}
		document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/neigh-borrow-nyu/get_num_replies.js"' + query + '"></' + 'script>'); })();
	//]]>
	</script>
	<script type="text/javascript">
    __compete_code = '60c889652c6cb056f6d64140093d634b';
    (function () {
        var s = document.createElement('script'),
            d = document.getElementsByTagName('head')[0] ||
                document.getElementsByTagName('body')[0],
            t = 'https:' == document.location.protocol ? 
                'https://c.compete.com/bootstrap/' : 
                'http://c.compete.com/bootstrap/';
        s.src = t + __compete_code + '/bootstrap.js';
        s.type = 'text/javascript';
        s.async = 'async'; 
        if (d) { d.appendChild(s); }
    }());
</script>
</body>
</html>
