var slots = null;
$(document).ready(
	function ()
	{
		slots = [
			$('#treeForSlot1'),
			$('#treeForSlot2'),
			$('#treeForSlot3')
		];
		
		//$('a.addTo3For').click();
		
		/*$('div.productCanBe3For').Draggable(
			{
				revert: true,
				ghosting: true,
				opacity: 0.5,
				handle: '.productOptions'
			}
		);*/
	}
);