$(document).ready(function(){
 $('#searchfield').focus(function(){this.value=''}).blur(function(){if(this.value==''){this.value='Keyword or Item #'}});
	//$('select, input:checkbox, input:radio').not('#opay-form select, #opay-form input:checkbox, #opay-form input:radio, #srch-sort input:radio').uniform();
});
runOnLoad(function(){
	DD_belatedPNG.fix('.png_bg, img');
});

