// JavaScript Document

jQuery(document).ready(function($){
	jQuery('a.thickbox').click(function(){
		jQuery('#big_picture #flashcontent').html('<img src="pictures/header_img_remplace.jpg" />');
	});
});