Yeah, i got it running by myself, but thanks for the help
Code:
function checkCount() {
var count = GetCookie('count');
if (count == null) {
count=1;
SetCookie('count', count, exp);
setTimeout(function() {
window.open(page, "", windowprops);
}, 120000);