/* ---------------------------------

@Description:	JavaScript for the BostInnovation Theme
@Author: 		Austin Gardner-Smith
@Created on: 	7/21/10

------------------------------------*/

//b for Bostinnovation will be our jquery variable.
var $b = jQuery.noConflict();

$b(document).ready(function(){
	//alert('test');
});


