$.noConflict();
jQuery(document).ready( function(){
	// Do the jQuery stuff here once the doc has loaded.

});

