/*****************************
 Javascript events file for 
 listing iframe
 ****************************/

 function startOver() {
 	$('listings').src = "http://suederby.shorewest.com/vp/SearchServlet?SITE=SHOREW&ScreenID=AGENT_SEARCH_LISTING&ListingSearch=true&pres_agent=5150";
 }

 function goBack() {
 	history.back();
 }
 
 function goForward() {
 	history.forward();
 }
