
    /*
	* Author: Karl O'Leary
	* Company: Emagine Media, http://www.emagine.ie
	* Description: Specific logic for site
	*
	* Updated:
	* - 20090623.1051, Karl, added the pngfix  fix
	* - 20090520.1043, Karl, created
	*/



    /*
	* Script variables.
	*/
    var google_map = null;


    /*
	* On load code.
	*/
    $(document).ready(function() {        
		$('*').pngFix( );            
    });

    /*
	* On close code.
	*/
    $(window).unload(function () {        
    });
