// JavaScript Document
$(function(){
$("#products").innerfade({
speed : "slow",
timeout : "4000"
});

}); 