// jQuery Togglle for the STYLE-SWITCHER div
// jQuery Simple Active State

$(document).ready(function (){
	
		$('a#switchclick').click(function (){
			$('#switch-block').slideToggle('slow');		
		});
		
});

// All this js is hand coded by Ossama