$(function() {

	// assign a click event to the exposed element, using normal jQuery coding
	$("#Myaccount, #email, #passwd , #email_create, #search_block_top , #Langue , #Mynewsletter").click(function() {

		// perform exposing for the clicked element
		$(this).expose({api: true}).load();

	});
});

