$(function() {

	// assign a click event to the exposed element, using normal jQuery coding
	$("#Myaccount , #search_block_top , #Langue , #Mynewsletter").click(function() {

		// perform exposing for the clicked element
		$(this).expose({api: true}).load();

	});
});
