/**
* Run jQuery in noConflict mode to prevent conflicts with BC scripts.
**/
jQuery.noConflict();
jQuery(document).ready(function(){

});
 
