Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var ty = 0;
- var sitio = encodeURI('http://www.cpalead.com');
- function getsome() {
- ty = ty + 1;
- };
- var my_window = null;
- function wopen2(url, param, width, height, scrollbar, resize) {
- width += 32;
- height += 96;
- wleft = (screen['width'] - width) / 2;
- wleft = wleft - 90;
- wtop = (screen['height'] - height) / 2;
- wtop = wtop - 90;
- wtop = wtop - 90;
- wtop = wtop - 50;
- if (wleft < 0) {
- width = screen['width'];
- wleft = 0;
- };
- if (wtop < 0) {
- height = screen['height'];
- wtop = 0;
- };
- my_window = window['open'](url, param, 'width=' + width + 'height=' + height + ', ' + 'left=' + wleft + ', top=' + wtop + ', ' + 'location=no, menubar=no, status=no, toolbar=no, scrollbars=' + scrollbar + ', resizable=' + resize);
- my_window['focus']();
- timer();
- };
- function timer() {
- if (ty == 1) {
- setTimeout("check_func()", 1000);
- };
- };
- function check_func() {
- if (false == my_window['closed']) {
- timer();
- } else {
- window['location'] = '/pass.php';
- };
- };
- function valida_edad() {
- wopen2('http://www.facebook.com/sharer/sharer.php?locale=fi_FI&u=' + sitio + '&src=sp', 'video_prom', 350, 209, 'no', 'no');
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement