$(document).ready(function(){
	$('div#top-navigation').pngFix( );
	$('div#buckets').pngFix( );
});


//This credit must stay intact
//Script by http://www.java-Scripts.net and http://wsabstract.com
 function doClear(theText) {
     if (theText.value == theText.defaultValue) {
         theText.value = ""
     }
 }
