$(function()
	{
		// this initialises the demo scollpanes on the page.
		$('#pane3').jScrollPane({showArrows:true});
		$('#pane4').jScrollPane({showArrows:true});
		$('#pane5').jScrollPane({showArrows:true});
		$('#pane6').jScrollPane({showArrows:true});
		//this initialises the book mark
		$('#popupBookmark').bookmark({ sites: 
    ['delicious', 'digg', 'facebook', 'mixx', 'google' , 'linkedin' , 'myspace', 'newsvine' , 'twitthis','yahoobm','yahoobuzz', 'stumbleupon']});
	//Removes Class Selected form Main Nav
	$('.HomeSection').click(function(){
		$('.navigation a').removeClass('selected');
	});
});
	// This targets the animated divs 	
	animatedcollapse.addDiv('KeyWords', 'fade=1,height=184px')
	animatedcollapse.addDiv('SendToFriend', 'fade=1,height=auto')
	animatedcollapse.addDiv('BookMarkTool', 'fade=1,height=50px')
	animatedcollapse.init()	