$(function(){
	$('#logo img[src$=.png]').ifixpng(); 

	tb_init('a.thickbox');//pass where to apply thickbox
	imgLoader = new Image();
	imgLoader.src = tb_pathToImage;
});