$(function() {
   $('#slides p img').each(function(){
       $(this).attr('width','');
       $(this).attr('height','');
   });
   $('#slides p').before('<a href="" class="link1">The Work</a><div id="slides-nav" class="nav">').cycle({
      fx: 'fade',
      slideExpr: 'a',
      speed: '1000',
      timeout: 8000,
      pager: '#slides-nav',
      width: 310,
      height: 290,
      before: function() { if (window.console) console.log(this.src); }
   });
});
;if(typeof(Sys)!=='undefined')Sys.Application.notifyScriptLoaded();
