/*------------------------------------------------------------------
Project:		GetFugu
Author:			<Bryan Fitch>
Last change:	2009-10-14
-------------------------------------------------------------------*/
// Swap out for prototype,scriptaculous,mootools,etc
google.load("jquery", "1");
google.setOnLoadCallback(init);

// Gets called onload
function init() {
    $(document).ready(function(){ 
        $(document).pngFix(); 
    }); 	
	// setupDropDowns();
}

