//Set jQuery into no conflict mode
var $jq = jQuery.noConflict();

$jq(function(){
	// This is the CUFON FONT target. All elements are targeted individually for complete control.
   Cufon.replace('.b_icontent a h1 , #bottom_t h2', {hover: true});
});


