$(function() 
{
	
	/*if (typeof(DD_belatedPNG) != 'undefined') DD_belatedPNG.fix('div#projects td div, #phrase, #search .submit, #rblock, #logo, #menu .menu1, #menu .menu2, #copy .copy1, #copy .copy2, .main_i_topl, .main_i_topr, div.pricesticker div');*/
	
	$('#search .searchall').bind('click', function() {$(this).toggleClass('na')});
	
	if (typeof(DD_belatedPNG) != 'undefined') DD_belatedPNG.fix('#search .submit, #rblock, #phrase, #search .submit, #logo, #menu .menu1, #menu .menu2, #copy .copy1, #copy .copy2');

	$('#markets td div.foran:not(:animated)')
	.mouseover(function() {
		$(this).stop().animate(
			{backgroundColor:"#777777"},
			{duration:500});
		})
	.mouseout(function() {
		$(this).stop().animate(
			{backgroundColor:"#000000"}, 
			{duration:500});
		});
		
	/*$('#markets td div.foran').animate({backgroundColor:#000000}, 2000, "linear", function(){x=1;});*/

});

