/*----------------------------------------
RICH Javascript
Author: Mitch Dunaway
Last Updated: September 21, 2011
(c) 2011 Affiniscape, Inc.
All Rights Reserved. This JavaScript file must not be reproduced without the express written permission of Affiniscape, Inc.
For questions regarding licensing or setup please contact Affiniscape, projects @ affiniscape dot com
----------------------------------------*/

var j = jQuery.noConflict();
j(document).ready(function($){
	
	// Sponsor Box
    $('#sponsors').incSponsorBox();
	
	// Clickable Logo
    $('body').addClickableLogo({
        name: 'Realty Investment Club of Houston',
        url: 'http://www.richclub.org'
    });
    
    // ADD JAVASCRIPT CODE HERE
						   
});

