/*--------------------------------------------------------------------------*
 * 
 * Copyright (C) 2008 Brand Labs LLC
 * 
 * Random Quote
 * 
 * Version 1.0.0
 * 
 *--------------------------------------------------------------------------*/

Event.observe(window,'load',function(){try{new Ajax.Updater('home_page_footer_quote_right','/v/random_quote.asp',{method:'GET'});}
catch(e){}});