var IE6 = (navigator.userAgent.indexOf("MSIE 6")>=0) ? true : false;
if(IE6){

  $(function(){
    
    $("<div>")
      .css({
        'position': 'absolute',
        'top': '0px',
        'left': '0px',        
        backgroundColor: '#f5f5f5',
        'opacity': '0.90',
        'width': '100%',
        'height': $(window).height(),
        zIndex: 5000
      })
      .appendTo("body");
      
    $("<div><img src='/_images/images/frontend/logo-cg.png' style='float:left;margin-top:28px;'/><div style='float:right;'><p><br /><strong>Sorry! Deze website kan niet getoond worden in je huidige browser omdat deze verouderd is.</strong><br /><br />Om de website te kunnen bekijken, kan je je browser updaten naar Internet Explorer 9. Je kan dit doen via <a style='text-decoration:underline;font-weight:bold;' href='http://www.microsoft.com/netherlands/windows/internet-explorer/'>deze link</a>.</p><ul style='font-size:14px;'><li><strong>Common Ground:</strong></li><li>Cogels Osylei 19</li><li>B-2600 Berchem (Zurenborg)</li><li>Tel.: 03/235.07.03</li><li>Fax: 03/235.07.33</li><li>E-mail: <a href='info@common-ground.eu'>info@common-ground.eu</a></li></ul><br/></div>")
      .css({
        backgroundColor: 'white',
        'top': '50%',
        'left': '50%',
        marginLeft: -250,
        marginTop: -150,
        width: 550,
        paddingLeft: 25,
        paddingRight: 30,
        height: 225,
        'position': 'absolute',
        'border': '1px solid #ccc',
        'font-size': '16px',
        'color': '#333', 
        zIndex: 6000
      })
      .appendTo("body");
  });    
}
