$(document).ready(function() {

	$('meta[name=facbook]').attr('property','fb:admins');
	$('#statistiques').click(function() {
		$('#statistiques li').remove();
		$('#statistiques').html('<li>Patientez...</li>');
		$.post('Google/statistiques.php',function(data) {
			$('#statistiques li').remove();
			$('#statistiques').append(data);
		});
	});

	var qui='micetf', chez='free.fr';
	$('#baspage').append('<a></a>');
	$('#baspage a').text('Contact');
	$('#baspage a').attr('href','mailto:'+qui+'@'+chez);
	$('#baspage a').attr('title','Pour contacter le webmaster.');

	$('.twitter-share-button').attr('data-count','horizontal');
	$('.twitter-share-button').attr('data-via','MiCetF');
	$('.twitter-share-button').attr('data-lang','fr');
	$('.twitter-follow-button').attr('data-show-count','true');
	$('.twitter-follow-button').attr('data-lang','fr');
	$.getScript("http://platform.twitter.com/widgets.js");

	$('#plusone').after('<g:plusone size="medium"></g:plusone>').remove();
	
	$('#fblike').after('<div class="post-like"><iframe src="http://www.facebook.com/plugins/like.php?href=http://micetf.fr&amp;layout=button_count&amp;show_faces=true&amp;width=95&amp;action=like&amp;colorscheme=light&amp;height=20" scrolling="no" frameborder="0" style="border:none; margin:0; overflow:hidden; width:90px; height:20px;" allowTransparency="true"></iframe></div>').remove();
	$('.post-like').css({display:'inline',margin:'0'});
	$('.partage').css({height:'20px'});
	$('#amazon').append('<iframe src="http://rcm-fr.amazon.fr/e/cm?t=deoupolacl-21&o=8&p=12&l=st1&mode=books-fr&search=ecole%20primaire&fc1=000000&lt1=_blank&lc1=0000FF&bg1=FFFF00&f=ifr" marginwidth="0" marginheight="0" width="300" height="250" border="0" frameborder="0" style="border:none;" scrolling="no"></iframe>');
	$('#statistiques').click();
	$('.arrondi').corner();
	$('.blank').attr('target','_blank');
});
	

