/* collection.js */
$(document).ready(function(){
  $("#start-content-left ul").innerfade({ containerheight: 460, timeout:5000 });
});