window.tr=function(){ try{ console.log.apply(console,arguments); }catch(e){ try{ opera.postError.apply(opera,arguments); }catch(e){ /*alert(Array.prototype.join.call(arguments,' '));*/ } } };

$(function(){
var debug = 1;
  var stime=5000*debug;
  var atime=3000*debug;
  
  $('.top-photos').cycle({ fx:'fade', random:true, speed:atime, timeout:stime });
  $('.top-quotes').cycle({ fx:'fade', random:true, speed:atime, timeout:stime });
});

