$(document).ready(function(){_setActive(0);_addListener()});function _setActive(num){var i=0;$("a.img_tableCell").each(function(){if(i==num)_changeProduct(this);i++})}function _addListener(){$(".listProduct a").each(function(){$(this).click(function(e){e.preventDefault();_changeProduct(e.target)})})}function _changeProduct(target){var listProduct=$(target).closest(".listProduct").first();var productDetails=listProduct.find(".details").contents();$("#details").html(productDetails.clone())}function _random(min,max){var random=min+(Math.random()*(max-min));return Math.round(random)}
