
var no_conflict = jQuery.noConflict();

no_conflict(document).ready(function(){
	no_conflict('#homecontent h1').html('');
});