$(document).ready(function(){
	
	// insert the flash paintings gallery:
	// the images.xml still has to be at the web root.
	if($('#flash-paintings').length > 0){
		$('#flash-paintings').flash(
			{ src: '/sites/merrellart.com/themes/merrellart/gallery.swf',
		      width: 700,
		      height: 600 },
		      { version: 9 }
		);
	}
});
