//scripter zirho zirho6@gmail.com
//2011 03 03

$(document).ready(function(){
	$('.backgroundDish img').click(function(){
		$('#Backgrounder').css('background-image', 'url("'+$(this).attr('src')+'")');		
	});
});

function openBGSelector(){
	if( $('#backgroundChanger').attr('title') != "on"){
		$('#backgroundChanger').attr('title', 'on');
		$('#backgroundChanger').animate({'right': '+=243px'}, 300);
	} else {
		$('#backgroundChanger').attr('title', 'off');
		$('#backgroundChanger').animate({'right': '-=243px'}, 300);
	}
}

function dj(inp){
	if(window && window.console && window.console.debug)
		window.console.debug(inp);
}
