$(document).ready(function(){
// Copyright (c) 2007 42 Answers Creative Internet Studio. All rights reserved.
// No reproduction or republication without exclusive written permission from owner.
// http://42answers.com/

  $("a[href*='http://']:not([href*='"+location.hostname+"']),[href*='https://']:not([href*='"+location.hostname+"'])")
    .addClass("external")
    .attr("target","_blank");

  $("a.colorbox").colorbox({
    current: "Foto {current} van {total}"
  });

  $("a.colorboxPdf").colorbox({
    iframe: "true",
    width: '80%',
    height: '70%',
    current: "Kunstproject {current} van {total}",
    title: function(){
      var url = $(this).attr('href');
      var txt = $(this).text();
      return '<a href="'+url+'" target="_blank">Bekijk ' + txt + ' in een nieuw venster</a>';
    }
  });




  Cufon.replace('h2');
  Cufon.replace('h4');
  Cufon.replace('.cufonTxt');

  Cufon.replace('#zones a span');
  Cufon.replace('#menu li a');
  
  $("a#socialbutton").popupWindow({
    height: 500,
    width: 1002,
    centerBrowser: 1,
    location: 0,
    resizable:0,
    scrollbars:0
  });


});
