/* <![CDATA[ */
clearDefault = function(obj) {
		if(obj.defaultValue == obj.value) obj.value = ''; 
}

restoreDefault = function(obj) {
		if(obj.value == '') obj.value = obj.defaultValue;
}

$(function() {
		// initialize SuperBGImage
		$('#thumbs').superbgimage().hide();
		$('#content').fadeTo('slow', 0.95);		
	});
/* ]]> */

