jQuery(document).ready(function() {
		// HUNKA CHUNKA CHEESE!!!!!
		jQuery('a.mfr_information').colorbox({href:function(){ return 
		jQuery(this).attr('href'); }, width:320, height:180, inline:true}); 
		jQuery(".colbox_class").colorbox({width:320, height:239, iframe:true});
		jQuery("a[rel='imagepopup']").colorbox({transition:"fade", width:"75%", height:"75%"});
		jQuery("a[rel='gal1']").colorbox({transition:"fade", width:"90%", height:"90%"});
}); 
