<!doctype html>
<html>
<head>
<title>Move Around Edge Window Open - RJM Programming - May, 2019</title>
<script type='text/javascript'>

var callis=location.search.split('call=')[1] ? decodeURIComponent(location.search.split('call=')[1].split('&')[0]) : '';
var wois=null, pmodewin='_blank', pinurl=document.URL.split('?') + '?call=amBeingCalled';
var deviceWidth = window.orientation == 0 ? window.screen.height: window.screen.width;
var deviceHeight = window.orientation == 0 ? window.screen.width : window.screen.height;
var topx=0, topy=0;
var incxn=Math.floor(eval(deviceWidth / Math.floor(eval(eval(deviceWidth / 200) + 1))));
var incyn=Math.floor(eval(deviceHeight / Math.floor(eval(eval(deviceHeight / 200) + 1))));
var incx=Math.floor(eval(deviceWidth / incxn));
var incy=Math.floor(eval(deviceHeight / incyn));
var pwh='width=' + incxn + ',height=' + incyn;
var movetosx=[Math.floor(eval(eval(deviceWidth / 2) - eval(incxn / 2)))];
var movetosy=[Math.floor(eval(eval(deviceHeight / 2) - eval(incyn / 2)))];
var pindex=0;

function domoveto() {
var ij=0;
topx=0;
topy=0;
var pwhx=pwh + ',screenY=' + eval(('' + topy).split('.')[0]) + ',screenX=' + eval(('' + topx).split('.')[0]);
if (wois == null) {
movetosx.push(topx);
movetosy.push(topy);
for (ij=0; ij<incx; ij++) {
topx+=incxn;
movetosx.push(topx);
movetosy.push(topy);
}
for (ij=1; ij<incy; ij++) {
topy+=incyn;
movetosx.push(topx);
movetosy.push(topy);
}
for (ij=0; ij<incx; ij++) {
topx-=incxn;
movetosx.push(topx);
movetosy.push(topy);
}
for (ij=1; ij<incx; ij++) {
topy-=incyn;
movetosx.push(topx);
movetosy.push(topy);
}
pwhx=pwh + ',screenY=' + eval(('' + movetosy[0]).split('.')[0]) + ',screenX=' + eval(('' + movetosx[0]).split('.')[0]);
wois=window.open(pinurl, pmodewin, pwhx);
//wois.focus();
pindex++;
setTimeout(domoveto, 2000);
} else if (wois) {
topx=movetosx[eval(pindex % movetosx.length)];
topy=movetosy[eval(pindex % movetosy.length)];
if (document.URL.toLowerCase().replace('//localhost','//www.rjmprogramming.com.au').indexOf('rjmprogramming.com.au') == -1) {
if (wois != null) { wois.close(); wois=null; }
pwhx=pwh + ',screenY=' + eval(('' + movetosy[0]).split('.')[0]) + ',screenX=' + eval(('' + movetosx[0]).split('.')[0]);
wois=window.open(pinurl, pmodewin, pwhx);
//wois.focus();
pindex++;
} else {
wois.moveTo(eval(('' + topx).split('.')[0]), eval(('' + topy).split('.')[0]));
//wois.focus();
pindex++;
}
setTimeout(domoveto, 2000);
}
}

</script>
</head>
<body>
<script type='text/javascript'>
if (callis == '') {
if (1 == 2) { window.onresize=function() { wois=null; location.href=document.URL; } }
domoveto();
} else {
document.write('<p style="margin-top:-10px;vertical-align:top;font-size:56px;">&#128578;</p>');
}
</script>
</body>
</html>