function showRandomImage135Right(){
	var theCode = new Array();

	//sports authority
	theCode[0] = '<IMG SRC="http://service.bfast.com/bfast/serve?bfmid=37924709&siteid=40980621&bfpage=women_s_apparel" BORDER="0" WIDTH="1" HEIGHT="1" NOSAVE ><A HREF="http://service.bfast.com/bfast/click?bfmid=37924709&siteid=40980621&bfpage=women_s_apparel" TARGET="_top"><IMG SRC="http://images.bfast.com/clients/sportsauthority/TSA_womensapp_120x60.gif" BORDER="0" WIDTH="120" HEIGHT="60" ALT=""></A>';
	//sports authority weight x2
	theCode[1] = '<IMG SRC="http://service.bfast.com/bfast/serve?bfmid=37924709&siteid=40980621&bfpage=women_s_apparel" BORDER="0" WIDTH="1" HEIGHT="1" NOSAVE ><A HREF="http://service.bfast.com/bfast/click?bfmid=37924709&siteid=40980621&bfpage=women_s_apparel" TARGET="_top"><IMG SRC="http://images.bfast.com/clients/sportsauthority/TSA_womensapp_120x60.gif" BORDER="0" WIDTH="120" HEIGHT="60" ALT=""></A>';

	//expedia
	theCode[2] = '<IMG SRC="http://service.bfast.com/bfast/serve?bfmid=26917872&siteid=40980621&bfpage=fare_comparision" BORDER="0" WIDTH="1" HEIGHT="1" NOSAVE ><A HREF="http://service.bfast.com/bfast/click?bfmid=26917872&siteid=40980621&bfpage=fare_comparision" TARGET="_top"><IMG SRC="http://media.expedia.com/media/content/expus/associates/ads/120x60_arrivalsdef_3x.gif " BORDER="0" WIDTH="120" HEIGHT="60" ALT=""></A>';

	//wyndham
	//theCode[3] = '<a href="http://clickserve.cc-dt.com/link/click?lid=41000000002897398"><img src="http://clickserve.cc-dt.com/link/banner?lid=41000000002897398" border=0 alt="Get Away Miami2 - 120x60 - 3.3.04"></a>';
	
	var whichCode = Math.round(Math.random()*(theCode.length-1));

	document.write(theCode[whichCode]);
}