////////// link img
$(function(){$("a img").hover(function(){$(this).fadeTo(100,'0.6')},function(){$(this).fadeTo(150,'1')})});


////////// collections

//$(function(){
//
//$('.productList li').hide();
//
//});
//
//var i = 0;
//
//var int=0;
//
//$(window).bind("load", function() {
//
//var int=setInterval("doFade(i)",100);
//
//});
//
//function doFade() {
//
//var list = $('.productList li').length;
//
//if (i >= list) {
//
//clearInterval(int);
//
//}
//
//$('.productList li').eq(i).fadeIn(1000);
//
//i++;
//
//}
//
//
//
//

