jQuery.noConflict();

jQuery(function(){
	jQuery('#container').prepend('<div id="big-goon"></div>');
});
