		// display random banners
		// Note: multiple instances will 'weight' the results
		
		// main page banner
		var bannernumber = 4	 ;
		var randomnumber = Math.random() ;
		var rand1 = Math.round( (bannernumber-1) * randomnumber) + 1 ;
		banners = new Array
			// 12/4/2008 
			banners[1] = "<a href=\"pressroom/5.1.1.asp?mid=597&loc=PR\" title=\"click here for the Press Release\" alt=\"click here for the Press Release\" class=\"home-quote-link\">Fenwick & West Wins Significant Securities Litigation Victory in the Ninth Circuit</a>"
			// 12/4/2008 
			banners[2] = "<a href=\"pressroom/5.1.1.asp?mid=596&loc=PR\" title=\"click here for the Press Release\" alt=\"click here for the Press Release\" class=\"home-quote-link\">Fenwick & West Elects Four New Partners</a>"
			// 12/4/2008 
			banners[3] = "<a href=\"pressroom/5.1.1.asp?mid=594&loc=FN\" title=\"click here for the Press Release\" alt=\"click here for the Press Release\" class=\"home-quote-link\">Facebook Gets SEC Stock Exemption</a>"
			// 11/5/2008 
			banners[4] = "<a href=\"pressroom/5.1.1.asp?mid=592&loc=FN\" title=\"click here for the Press Release\" alt=\"click here for the Press Release\" class=\"home-quote-link\">Fenwick & West Named \"Go To\" Law Firm for Intellectual Property Litigation</em></a>"
		var banner = banners[rand1]

