$(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[rel*=back]").click(function(){
      history.back();
      return false
  });

  $(".groningen").hover(
    function() {$("img#imgNl").attr({src: "/wp-content/themes/qjobs/images/groningen.gif"})},
    function() {$("img#imgNl").attr({src: "/wp-content/themes/qjobs/images/imageNl.gif"})}
  );
  $(".friesland").hover(
    function() {$("img#imgNl").attr({src: "/wp-content/themes/qjobs/images/friesland.gif"})},
    function() {$("img#imgNl").attr({src: "/wp-content/themes/qjobs/images/imageNl.gif"})}
  );
  $(".noord-holland").hover(
    function() {$("img#imgNl").attr({src: "/wp-content/themes/qjobs/images/noord-holland.gif"})},
    function() {$("img#imgNl").attr({src: "/wp-content/themes/qjobs/images/imageNl.gif"})}
  );
  $(".zuid-holland").hover(
    function() {$("img#imgNl").attr({src: "/wp-content/themes/qjobs/images/zuid-holland.gif"})},
    function() {$("img#imgNl").attr({src: "/wp-content/themes/qjobs/images/imageNl.gif"})}
  );
  $(".zeeland").hover(
    function() {$("img#imgNl").attr({src: "/wp-content/themes/qjobs/images/zeeland.gif"})},
    function() {$("img#imgNl").attr({src: "/wp-content/themes/qjobs/images/imageNl.gif"})}
  );
  $(".drenthe").hover(
    function() {$("img#imgNl").attr({src: "/wp-content/themes/qjobs/images/drenthe.gif"})},
    function() {$("img#imgNl").attr({src: "/wp-content/themes/qjobs/images/imageNl.gif"})}
  );
  $(".overijsel").hover(
    function() {$("img#imgNl").attr({src: "/wp-content/themes/qjobs/images/overijssel.gif"})},
    function() {$("img#imgNl").attr({src: "/wp-content/themes/qjobs/images/imageNl.gif"})}
  );
  $(".utrecht").hover(
    function() {$("img#imgNl").attr({src: "/wp-content/themes/qjobs/images/utrecht.gif"})},
    function() {$("img#imgNl").attr({src: "/wp-content/themes/qjobs/images/imageNl.gif"})}
  );
  $(".gelderland").hover(
    function() {$("img#imgNl").attr({src: "/wp-content/themes/qjobs/images/gelderland.gif"})},
    function() {$("img#imgNl").attr({src: "/wp-content/themes/qjobs/images/imageNl.gif"})}
  );
  $(".limburg").hover(
    function() {$("img#imgNl").attr({src: "/wp-content/themes/qjobs/images/limburg.gif"})},
    function() {$("img#imgNl").attr({src: "/wp-content/themes/qjobs/images/imageNl.gif"})}
  );
  $(".noord-brabant").hover(
    function() {$("img#imgNl").attr({src: "/wp-content/themes/qjobs/images/brabant.gif"})},
    function() {$("img#imgNl").attr({src: "/wp-content/themes/qjobs/images/imageNl.gif"})}
  );
  $(".flevoland").hover(
    function() {$("img#imgNl").attr({src: "/wp-content/themes/qjobs/images/flevoland.gif"})},
    function() {$("img#imgNl").attr({src: "/wp-content/themes/qjobs/images/imageNl.gif"})}
  );

});
