var gui;
$(document).ready(function(){
						   
	gui={
		dom:{
			bdy						:$('body'),
			showcase: $('#showcase'),
			data:{
				
			}
		} 
	};
	
	
if (gui.dom.showcase.size() > 0) {
    gui.dom.showcase.SlideIS({ delay: 3000, autoplay: true, height: 250, width: 495 });
}


})

