frv_layer_start = function(){ var layer_width = 600; var layer_height = 400; var width = window.innerWidth || (window.document.documentElement.clientWidth || window.document.body.clientWidth); var height = window.innerHeight || (window.document.documentElement.clientHeight || window.document.body.clientHeight); var pos_left = Math.floor(width / 2 - layer_width / 2); var pos_top = Math.floor(height / 2 - layer_height / 2); document.write('
'); document.write('
'); document.write('FRIVOL.COM'); document.write('Schließen') document.write('In neuem Fenster öffnen') document.write('
'); document.write(''); document.write('
'); } frv_layer_start();