$(document).ready(function () {
// set active menu
 //var activeChild = jQuery.url.attr("file");
   var activeChild = document.title;

if (activeChild > '' ) {
 activeChild = decodeURIComponent(activeChild);
 activeChild = activeChild.replace(/.html/g,""); 
 }

 $(".right ul li a:contains('" + activeChild + "')").addClass("active");

//main menu downstate
// set active menu
	 current = "http://domakaya.com/09/templates/domakaya/images/default/menu/Press & Events_active.png"
	 $("#menu li img[src='http://domakaya.com/09/templates/domakaya/images/default/menu/Press & Events.png']").attr({src:current});

});
