$(document).ready(function() {
		if($('#showcase').length > 0){
			$('#showcase').loopedSlider({
				pagination:".slidepagination",
				autoStart: 5000,
				restart: 5000
			});
		}

		$("#socialize").bookmark({sites:['delicious', 'digg', 'linkedin', 'stumbleupon']});
		/*$("#socialize").bookmark(); 
		$('#removeBookmark').toggle(function() { 
				$(this).text('Re-attach'); 
				$("#socialize").bookmark('destroy'); 
			}, 
			function() { 
				$(this).text('Remove'); 
				$("#socialize").bookmark(); 
			});*/
});