// fun-fan sign and icons theme

$(document).ready(function(){
    $(".bigbutton img").each(function(){
		str="background:  no-repeat url("+$(this).attr('src')+")";
		$(this).attr('src','http://skachat-besplatno.ru/design/frame/20100316-brwn.png');
		$(this).attr('style',str);		
	});
});
