var jq ={
	jQuery:jQuery.noConflict(),
	profile:{},
	utils:{},
	mod:{},
	music:{}
}
jq.utils={
	init: function(){
		jq.jQuery(document).ready(function(){
			jq.jQuery("#model_slideshow").cjSimpleSlideShow();
		});
	},

	other: function(){

	}
}
jq.utils.init();
