

$(document).ready(function(){
  
  /*
  $("#menu a").click(function(){
    var target = $(this).attr('rel')
    if(target!='')
    { 
      $("#content div.bd").hide();
      $("#"+target).show();
      return false;
    }
  });
   */
   
  $.fn.cycle.defaults.speed   = 1200;
  $.fn.cycle.defaults.timeout = 4000;
  $('#fade').cycle();
  
  $("div#content div.bd").corner("round 8px").parent().css('padding', '4px').corner("round 10px")
 
}); 




/*
// gmap key ABQIAAAARDXHEs4LRMAwsRRmT2dnhxRUTxiM7In4NzMzxMUpflzlauW8WxSVSdxKlyqlwvYrMjh6O4yROVwElw
// http://maps.google.be/maps?rlz=1C1GGLS_frBE361BE361&sourceid=chrome&um=1&ie=UTF-8&q=23+rue+du+lombard,+brussels,+be&fb=1&gl=be&hnear=23+rue+du+lombard,+brussels,+be&cid=0,0,7934932499231477845&ei=aMd9S63VIZLv-QasjKTqCw&sa=X&oi=local_result&ct=image&resnum=1&ved=0CAcQnwIwAA
// http://maps.google.com/maps?f=q&source=s_q&hl=fr&geocode=&q=Fresh+Kicks,+Lombardstraat+23,+1000+Brussel,+Belgium&g=Lombardstraat+23,+1000+Brussel,+Belgium&ie=UTF8&
// hq=Fresh+Kicks,&hnear=Rue+du+Lombard+23,+1000+Bruxelles,+Belgique&ll=50.846039,4.349728&spn=0.002374,0.005745&z=18&iwloc=A
/*
*/
   
  