$(document).ready(function(){

/* Liens externes */
$("a[href^='http:']").not("[href*=" + location.hostname + "]").attr('target','_blank').not(":has(img)").not("[id]").after('<img src="images/icone_externe.gif" alt="external link" style="margin-left:3px;"/>');

	$(document).pngFix();
	
	if(jQuery.browser.msie && jQuery.browser.version <= 6)
		{
		$(window).scroll(function(){
			$('div#liensHaut').css('top',$(window).scrollTop()+'px')
			})
		}

});

$('#google').load (function() {
	$('#google').hide();
})

function replaceDoc()
  {
  $('#google').height('100%');
  $('#google').width('100%');
  $('#google').show();
  window.location.replace("http://www.google.ca/imghp?hl=fr&tab=wi");
  }
