$(function() {
  $('#cycleblock') 
  .before('<div id="nav">') 
  .cycle({ 
      fx:     'fade', 
      speed:  'fast', 
      timeout: 8000, 
      pager:  '#nav', 
	  startingSlide: Math.floor(Math.random()*4)
});});
