////////////////////////////////////////////////////////////
////////////  CHANGE SURAH   //////////////////////////////
///////////////////////////////////////////////////////////
	function changeSurah(surah)
	{
		location=''+surah;
	}

////////////////////////////////////////////////////////////
////////////  DIV HIDDEN FOR EMAIL AYAH   /////////////////
///////////////////////////////////////////////////////////

	  $(document).ready(function() 

			  {

					ShowActionOnOver();

					$(".hidden_action",this).hide(); // hide all 
					// Animation for the languages and currency dropdown
  $('.s_switcher').hover(function() {
    $(this).find('.s_options').stop(true, true).slideDown('fast');
  },function() {
    $(this).find('.s_options').stop(true, true).slideUp('fast');
  });

  var search_visibility = 0;
  // Animation for the search button
  $("#show_search").bind("click", function(){
    if (search_visibility == 0) {
      $("#search_bar").fadeIn();
      search_visibility = 1;
    } else {
      $("#search_bar").fadeOut();
      search_visibility = 0;
    }
  });



			  });

			  

			  function ShowActionOnOver()

			{

				$(".hidden_action_container").hover(

				  function()

				  {

					  $(".hidden_action",this).show();

				  },

				  function()

				  {

					  $(".hidden_action",this).hide();

				  }

				);

			
			 setInterval(function() {

				$('.li.sm2_playing').ready(function (){
				
					$('html, body').animate({
						scrollTop: $("li.sm2_playing, li.sm2_paused").offset().top
					}, 2000);

				 });
				  }, 9900); // 1500 ms loop
				  
				  }
				  
				  $(function(){
			$('form').jqTransform({imgPath:'jqtransformplugin/img/'});
			$("a[rel^='prettyPhoto']").prettyPhoto();

		});

