﻿$(document).ready(function() { 

	$('#gallery').flash(
		{
			src: '/_swf/gallery.swf',
			width: 500,
			height: 500		
		}, 
		{ expressInstall: true }
	);

// 	$('div#header, div.box p').ifixpng(); 					

$(document).pngFix(); 

}); 


