function slideshow_rotate() {
	//alert("rotate");
} 

jQuery(document).ready(function($) {
	$(function() {
	setInterval( 'slideshow_rotate()', 6000 );
	});
});


