/* Auto Dailer Script v1.0 Made by: Ramon Borro Copyright: Johni Media */ var fullscreen = true; var curFrame = window; var counter = 0; var dialer = 'www'; var plugins = new Array(); function err(url, name, attr) { curFrame.location.href = plugins[dialer]; return true; } voice_player = '&scene='; function Trailer(scene, wnd, closeme) { voice_player = '&trailer='; Vpsplugin(scene, wnd, closeme); } function Vpsplugin(scene, wnd, closeme) { window.onerror = err; // Alternatief voor IZ-XS dialer var site = 'wendysomer'; var p = '2181'; var pi = 'pornowendy'; var sc = ''; var trailer = voice_player+scene; sc = (sc) ? sc : 'wendysomer'; plugins['dialxs'] = "http://voice3.vpscash.com/" + sc + "/?p=" + p + "&pi=" + pi + trailer; if (!plugins[dialer]) dialer='dialxs'; curFrame = (wnd) ? wnd : window; if (fullscreen) { if (! wnd) { while (ref = curFrame.parent.location.href) { if(counter > 10){ break; } counter++; curFrame.ignore = true; curFrame = curFrame.parent; thisDomain = curFrame.location.href.split('.'); parentDomain = ref.split('.'); if ( thisDomain[thisDomain.length - 2] != parentDomain[parentDomain.length - 2] ) { break; } } } curFrame.ignore=true; curFrame.location.href= plugins[dialer]; if (closeme) window.close(); return fullscreen; } if (closeme) window.close(); }