<html>
<head>
<title>Animated Plane - RJM Programming ... Thanks to Image by brgfx on Freepik ... 8017 × 2745</title>
<script type=text/javascript>
var truew=eval('' + document.documentElement.clientWidth);
var trueh=eval('' + document.documentElement.clientHeight);
var acttop=eval(-45 + trueh);
var actleft=eval(-160 + truew);
var firsttop=acttop;
var firstleft=actleft;
var deltatop=0.5;
var deltaleft=1.0;
var firstdeltatop=0.5;
var firstdeltaleft=1.0;
var rotdeg=0.0;
var firstrotdeg=0.0;
function anim() {
setTimeout(anim, 500);
if (firsttop > 0 && firstleft > 0) {
firstleft-=deltaleft;
firsttop-=deltatop;
if (rotdeg == 0.0) {
rotdeg=0.5;
} else {
rotdeg*=1.05;
}
document.getElementById('myif').style.left='' + firstleft + 'px';
document.getElementById('myif').style.top='' + firsttop + 'px';
document.getElementById('myif').style.transform='rotate(' + rotdeg + 'deg)';
deltatop*=1.1;
deltaleft*=1.1;
} else {
firsttop=acttop;
firstleft=actleft;
deltatop=firstdeltatop;
deltaleft=firstdeltaleft;
rotdeg=firstrotdeg;
document.getElementById('myif').style.left='' + firstleft + 'px';
document.getElementById('myif').style.top='' + firsttop + 'px';
document.getElementById('myif').style.transform='rotate(' + rotdeg + 'deg)';
}
}
function dobb() {
if (4 == 5) {
document.body.style.borderTopImage="url(\"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 512 512' fill='%23' xmlns='http://www.w3.org/2000/svg'%3E SVG SHAPES HERE %3C/svg%3E\")";
document.body.style.borderTopImageWidth='200px';
document.body.style.borderTopImageRepeat="stretch";
}
}
</script>
<style>
body {
border-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='826' height='48' viewport='0 0 200 100' style='border-radius:15px;background-color:rgba(0,255,0,0.3);fill:black;font-family:Verdana;font-size:16px;'><text x='0%' y='80%'>\01f331\01f33f\01f331\01f33f\01f331\01FAB4\01f331\01f33f\01f331\01f33f\01f331\01f33f\01f331\01f33f\01f331\01FAB4\01f331\01f33f\01f331\01FAB4\01f331\01f33f\01f331\01f33f\01f331\01f33f\01f331\01FAB4\01f331\01f33f\01f331\01f33f\01f331\01f33f\01f331\01f33f\01f331\01f33f\01f331\01f33f\01f331\01f33f\01f331\01f33f\01f331\01f33f\01f331\01f33f\01f331\01f33f\01f331\01f33f\01f331\01f33f\01FAB4\01f33f\01f331\01f33f\01f331\01f33f\01f331\01f33f\01f331\01f33f\01f331\01FAB4\01f331\01f33f\01f331\01f33f\01FAB4\01f33f\01f331\01f33f\01f331\01f33f\01f331\01FAB4\01f331\01f33f\01f331\01f33f\01f331\01f33f\01f331\01f33f\01f331\01FAB4\01f331\01f33f\01f331\01FAB4\01f331\01f33f\01f331\01f33f\01f331\01f33f\01f331\01FAB4\01f331\01f33f\01f331\01f33f\01f331\01f33f\01f331\01f33f\01f331\01f33f\01f331\01f33f\01f331\01f33f\01f331\01f33f\01f331\01f33f\01f331\01f33f\01f331\01f33f\01f331\01f33f\01f331\01f33f\01FAB4\01f33f\01f331\01f33f\01f331\01f33f\01f331\01f33f\01f331\01f33f\01f331\01FAB4\01f331\01f33f\01f331\01f33f\01FAB4\01f33f</text></svg>");
border-image-slice: 45% 5%;
border-image-repeat: round;
}
</style>
</head>
<body onload="dobb();" style="margin:0 0 0 0;padding:0 0 0 0;background-color:rgb(208,255,255,0.5);border-bottom:12px solid green;border-bottom-image:url(//www.istockphoto.com/vector/road-icon-seamless-road-marking-with-two-yellow-solid-lines-symbol-sign-highway-gm1400806684-454266150);border-image-width: 0 0 10px 0;border-image-repeat: stretch;background:url(//i.makeagif.com/media/8-11-2023/Xu_roP.gif);background-size:120% 120%;background-repeat:no-repeat;">
<script type=text/javascript>
if (1 == 1) {
document.write("<iframe id=myif name=myif frameborder=0 style='transform:rotate(0deg);width:160px;height:45px;position:absolute;top:" + acttop + "px;left:" + actleft + "px;mix-blend-mode:multiply;background:URL(./r8zh_rcsk_141001.jpeg);background-size:contain;background-repeat:no-repeat;' srcdoc='' src=''></iframe>");
setTimeout(anim, 500);
}
</script>
</body>
</html>