jQuery("head").append("<link type=\"text/css\" rel=\"stylesheet\" href=\"/css/common/js.css\" media=\"screen\" />");

// function tag Google Analytics
function sendTag(Categorie, Action, Label) {
	try {
		pageTracker._trackEvent(Categorie, Action, Label);
	} catch(exc) {
		//…
	}
}
