$(window).load(function(){

$('.page-id-4').append('<div class="popup" id="popup_bakgrund" style="z-index:1000; position:fixed;width:100%; height:100%; top:0; left:0; background:url(http://www.trappforum.se/popup-bg.png);"></div><div class="popup" id="popup_bild" style="z-index:1000; position:fixed; left:50%; top: 50%; margin:-250px -480px;width:960px;height:500px; background:url(http://www.trappforum.se/popup-bild.jpg) no-repeat center center;"></div><div class="popup" id="popup_stang" style="z-index:1000;  height:40px; width:40px; position:fixed; left:50%; top: 50%; margin:-250px 440px;  cursor:pointer"></div><a class="popup" id="popup_lank" target="_blank" href="http://www.trappforum.se/ny-hemsida/wp-content/uploads/Flyer-Oak70-11.pdf" style="z-index:1000; height:40px; width:200px; position:fixed; left:50%; top: 50%; margin:70px 220px;"></a>');

$('#popup_bakgrund').click(function(){
$('.popup').fadeOut();
$('.popup').fadeOut();
$('.popup').fadeOut();
$('.popup').fadeOut();
});


$('#popup_stang').click(function(){
$('.popup').fadeOut();
$('.popup').fadeOut();
$('.popup').fadeOut();
$('.popup').fadeOut();
});


});
