$(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/

  //  opens [rel=external] links in new window
  $("a[rel=external]").each(function(i){
    this.target="_blank";
  });

});


var IE6 = (navigator.userAgent.indexOf("MSIE 6")>=0) ? true : false;
if(IE6){

  $(function(){
    
    $("<div>")
      .css({
        'position': 'absolute',
        'top': '0px',
        'left': '0px',
        backgroundColor: 'black',
        'opacity': '0.75',
        'width': '100%',
        'height': $(document).height(),
        zIndex: 5000
      })
      .appendTo("body");
      
    $("<div><p><strong style=\"padding-top: 10px;\">Sorrie, RossWebshop in verband uw veiligheid op internet geen ondersteuning meer voor de sterk verouderde Internet Explorer 6. Voer een upgrade uit naar een van de onderstaande modernere browsers.</strong><br /><br /><a href=\"http://www.microsoft.com/windows/internet-explorer/default.aspx\" target=\"_blank\"><img src=\"http://static.staxxtees.nl/lelietees/images/ieBlockerBtnIe8.gif\" height=\"32\" width=\"172\" border=\"0\" /></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"http://www.getfirefox.com/\" target=\"_blank\"><img src=\"http://static.staxxtees.nl/lelietees/images/ieBlockerBtnFF.gif\" height=\"32\" width=\"172\" border=\"0\" /></a><br /><br /><a href=\"http://www.apple.com/safari/\" target=\"_blank\"><img src=\"http://static.staxxtees.nl/lelietees/images/ieBlockerBtnSafari.gif\" height=\"32\" width=\"172\" border=\"0\" /></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"http://www.google.com/chrome/\" target=\"_blank\"><img src=\"http://static.staxxtees.nl/lelietees/images/ieBlockerBtnChrome.gif\" height=\"32\" width=\"172\" border=\"0\" /></a></p></div>")
      .css({
        backgroundColor: '#ffe5e5',
        backgroundRepeat: 'no-repeat',
        backgroundImage: 'url(http://www.rosswebshop.nl/wp-content/themes/rossshop/images/ieBlockerIcon.gif)',
        backgroundPosition: '10px 10px',
        'top': '50%',
        'left': '50%',
        marginLeft: -210,
        marginTop: -100,
        width: 375,
        paddingTop: 20,
        paddingRight: 10,
        paddingBottom: 0,
        paddingLeft: 100,
        height: 200,
        'position': 'absolute',
        zIndex: 6000
      })
      .appendTo("body");
  });   
}
