jQuery(document).ready(function()
{
	 jQuery('.index-href').live("mouseover",	function () 
	{ jQuery(this).attr('src','/images/indexh.png');})
	 jQuery('.index-href').live("mouseout",	function () 
	{ jQuery(this).attr('src','/images/index.png');})
	
	 jQuery('.news-href').live("mouseover",	function () 
	{ jQuery(this).attr('src','/images/newsh.png');})
	 jQuery('.news-href').live("mouseout",	function () 
	{ jQuery(this).attr('src','/images/news.png');})

	 jQuery('.mentors-href').live("mouseover",	function () 
	{ jQuery(this).attr('src','/images/mentorsh.png');})
	 jQuery('.mentors-href').live("mouseout",	function () 
	{ jQuery(this).attr('src','/images/mentors.png');})

	 jQuery('.history-href').live("mouseover",	function () 
	{ jQuery(this).attr('src','/images/historyh.png');})
	 jQuery('.history-href').live("mouseout",	function () 
	{ jQuery(this).attr('src','/images/history.png');})

	 jQuery('.study-href').live("mouseover",	function () 
	{ jQuery(this).attr('src','/images/studyh.png');})
	 jQuery('.study-href').live("mouseout",	function () 
	{ jQuery(this).attr('src','/images/study.png');})

	 jQuery('.manuals-href').live("mouseover",	function () 
	{ jQuery(this).attr('src','/images/manualsh.png');})
	 jQuery('.manuals-href').live("mouseout",	function () 
	{ jQuery(this).attr('src','/images/manuals.png');})

	 jQuery('.photo-href').live("mouseover",	function () 
	{ jQuery(this).attr('src','/images/photoh.png');})
	 jQuery('.photo-href').live("mouseout",	function () 
	{ jQuery(this).attr('src','/images/photo.png');})

	 jQuery('.contacts-href').live("mouseover",	function () 
	{ jQuery(this).attr('src','/images/contactsh.png');})
	 jQuery('.contacts-href').live("mouseout",	function () 
	{ jQuery(this).attr('src','/images/contacts.png');})
})
