$(document).ready(function() {
	
	//$(".facebook-feed").fbstatus({
	//	username: 'adventureconnections',
	//	count: 1,
	//	loading_text: "Loading..."
	//});
	
	$('.facebook-feed').fbWall({
		//id:'151944361545704',
		id: 'adventureconnections',
		accessToken:'151944361545704|a2bf6349db2fc92c2f9dcd7e.1-735805361|-fx71NLy5Hg0z5Qzea1UeZY3x04',
		//id:'121377337946380',
		//accessToken:'121377337946380|2eaab64abda62adb00e64cc7.1-735805361|yWC4feusdcYsq2ABPGxbhoz8UJg',
		showGuestEntries:false,
		showComments:false,
		max:1,
		timeConversion:24
	});
	
	$("#txthpsearch").focus(function(){
		$(this).attr("value","");
	});
	
});	
