	
/* 
  *This is a jquery plugin
*/
/* This Function Controls jQuery tabs */
	$(function() { 
    	// Standards Tabs w/Slideshow Plugin 
    	$("ul.tabs").tabs("div.panes > div", {
    		history: true,
			rotate: true
    	}).slideshow({
    		autoplay: true,
    		interval: 3000
    	});
    	
});
