$(document).ready(function() {
//JS-Detection
	$('html').removeAttr('id');
	$('#username').focus();
	$('#imageslide').imageScroller( {speed:'6000', direction:'left'} );
});
