$(document).ready(function(){					

		if($("#simplenews-confirm-add-form .container-inline #edit-submit")) {
		  if($("#simplenews-confirm-add-form .container-inline #edit-submit").val() == 'Confirm') {
		    $("#simplenews-confirm-add-form .container-inline").html('');
		  }
		}
		
		$(".ourteam-files a").click(function() {
		    var strHref = this.href;
		    window.open(strHref, 'OurTeam', 'status=yes,scrollbars=yes,resizable=yes,width=900,height=850');
		    return false;
		});

		$("#ballon_div").hide();

		$("#ant_div").mouseover(function(){								

			
    
			

			//$("#ballon_div").css("margin-top","-68px")

			

			$("#ballon_div").show();

			

			

		})	

		

		$("#ant_div").mouseout(function(){	

		

			$("#ballon_div").hide();	

			

		})

		

		var label;

		label = $.trim($("#edit-search-theme-form-1-wrapper label").html());



		if(label=="Search:"){

			$("#edit-search-theme-form-1-wrapper label").html("Search");

		}



		if(label=="Zoeken:"){



			$("#edit-search-theme-form-1-wrapper label").html("Zoeken");

		}



		if(label=="Rechercher&nbsp;:"){



			$("#edit-search-theme-form-1-wrapper label").html("Rechercher");

		}



		if(label=="Suchen:"){



			$("#edit-search-theme-form-1-wrapper label").html("Suchen");

		}

		

		

		$("#search input.form-submit").mouseover(function (){

			

			$("#search input#edit-submit-1").removeClass('form-submit');			

			$("#search input#edit-submit-1").addClass("rollover");						

			

		})

		

		$("#search input.form-submit").mouseout(function (){

			

			$("#search input#edit-submit-1").removeClass('rollover');			

			$("#search input#edit-submit-1").addClass("form-submit");

			

		})

		

		$("#search input.form-submit").mouseover(function (){

			

			$("#search input#edit-submit").removeClass('form-submit');			

			$("#search input#edit-submit").addClass("rollover");						

			

		})

		

		$("#search input.form-submit").mouseout(function (){

			

			$("#search input#edit-submit").removeClass('rollover');			

			$("#search input#edit-submit").addClass("form-submit");

			

		})



			 

}); 

