///**************************************///				   
///*****           Cufon            *****///	
///**************************************///
Cufon.set('fontFamily', 'museo-900').replace
	('#blogContent h1')
	
Cufon.set('fontFamily', 'museo-700').replace
	('#blogContent h2')

Cufon.set('fontFamily', 'museo-700').replace
	('#blogContent h3.formHeading')
	
Cufon.set('fontFamily', 'museo-900').replace
	('#blogCategoryContent  h1')
	
Cufon.set('fontFamily', 'museo-700').replace
	('#blogCategoryContent  h2')

Cufon.set('fontFamily', 'museo-700').replace
	('#blogCategoryContent  h3.formHeading')
	
	
///***
$(document).ready(function(){
///***

		
	//This is how we want to call the plugin
	$('#twitterFeed').twitterize('Chadort',{count:3});


///***
});
///***
