<!doctype html>
<head>
<title>Pixellate - RJM Programming - December, 2017</title>
<script type='text/javascript'>
var lyricsurls=["https://play.google.com/music/preview/Tqmszw52cxwtszz2kcivhxtohl4?lyrics=1&utm_source=google&utm_medium=search&utm_campaign=lyrics&pcampaignid=kp-songlyrics",
"https://www.azlyrics.com/lyrics/simplyred/stars.html",
"https://www.youtube.com/watch?v=HAG4RrLsnVk"];
var lyrics=["",
"Anyone who ever held you" + String.fromCharCode(10) +
"Would tell you the way I'm feeling" + String.fromCharCode(10) +
"Anyone who ever wanted you" + String.fromCharCode(10) +
"Would try to tell you what I feel inside" + String.fromCharCode(10) +
"The only thing I ever wanted" + String.fromCharCode(10) +
"Was the feeling that you ain't faking" + String.fromCharCode(10) +
"The only one you ever thought about" + String.fromCharCode(10) +
"Wait a minute can't you see that I" + String.fromCharCode(10) +
"" + String.fromCharCode(10) +
"I wanna fall from the stars" + String.fromCharCode(10) +
"Straight into your arms" + String.fromCharCode(10) +
"I, I feel you" + String.fromCharCode(10) +
"I hope you comprehend" + String.fromCharCode(10) +
"" + String.fromCharCode(10) +
"For the man who tried to hurt you" + String.fromCharCode(10) +
"He's explaining the way I'm feeling" + String.fromCharCode(10) +
"For all the jealousy I caused you" + String.fromCharCode(10) +
"States the reason why I'm trying to hide" + String.fromCharCode(10) +
"As for all the things you taught me" + String.fromCharCode(10) +
"It sends my future into clearer dimensions" + String.fromCharCode(10) +
"You'll never know how much you hurt me" + String.fromCharCode(10) +
"Stay a minute, can't you see that" + String.fromCharCode(10) +
"" + String.fromCharCode(10) +
"I wanna fall from the stars" + String.fromCharCode(10) +
"Straight into your arms" + String.fromCharCode(10) +
"I, I feel you" + String.fromCharCode(10) +
"I hope you comprehend" + String.fromCharCode(10) +
"" + String.fromCharCode(10) +
"Too many hearts are broken" + String.fromCharCode(10) +
"A lover's promise never came with a maybe" + String.fromCharCode(10) +
"So many words are left unspoken" + String.fromCharCode(10) +
"The silent voices are driving me crazy" + String.fromCharCode(10) +
"After all the pain you caused me" + String.fromCharCode(10) +
"Making up could never be your intention" + String.fromCharCode(10) +
"You'll never know how much you hurt me" + String.fromCharCode(10) +
"Stay, can't you see that I" + String.fromCharCode(10) +
"" + String.fromCharCode(10) +
"I wanna fall from the stars" + String.fromCharCode(10) +
"Straight into your arms" + String.fromCharCode(10) +
"I, I feel you" + String.fromCharCode(10) +
"I hope you comprehend" + String.fromCharCode(10) +
"" + String.fromCharCode(10) +
"I wanna fall from the stars" + String.fromCharCode(10) +
"Straight into your arms" + String.fromCharCode(10) +
"I, I feel you" + String.fromCharCode(10) +
"I hope you comprehend",
"When a star is born" + String.fromCharCode(10) +
"They possess a gift or two" + String.fromCharCode(10) +
"One of them is this" + String.fromCharCode(10) +
"They have the power to make a wish come true" + String.fromCharCode(10) +
"" + String.fromCharCode(10) +
"When you wish upon a star" + String.fromCharCode(10) +
"Makes no difference who you are" + String.fromCharCode(10) +
"Anything your heart desires will come to you" + String.fromCharCode(10) +
"" + String.fromCharCode(10) +
"If your heart is in your dream" + String.fromCharCode(10) +
"No request is too extreme" + String.fromCharCode(10) +
"When you wish upon a star" + String.fromCharCode(10) +
"As dreamers do" + String.fromCharCode(10) +
"Fate is kind" + String.fromCharCode(10) +
"" + String.fromCharCode(10) +
"She brings to those who love" + String.fromCharCode(10) +
"The sweet fulfillment of their secret longing" + String.fromCharCode(10) +
"" + String.fromCharCode(10) +
"Like a bolt out of the blue" + String.fromCharCode(10) +
"Fate steps in and sees you through" + String.fromCharCode(10) +
"When you wish upon a star" + String.fromCharCode(10) +
"Your dreams come true" + String.fromCharCode(10) +
"" + String.fromCharCode(10) +
"When you wish upon a star" + String.fromCharCode(10) +
"Makes no difference who you are" + String.fromCharCode(10) +
"Anything your heart desires will come to you" + String.fromCharCode(10) +
"" + String.fromCharCode(10) +
"If your heart is in your dream" + String.fromCharCode(10) +
"No request is too extreme" + String.fromCharCode(10) +
"When you wish upon a star" + String.fromCharCode(10) +
"As dreamers do" + String.fromCharCode(10) +
"Fate is kind" + String.fromCharCode(10) +
"" + String.fromCharCode(10) +
"She brings to those who love" + String.fromCharCode(10) +
"The sweet fulfillment of their secret longing" + String.fromCharCode(10) +
"Like a bolt out of the blue" + String.fromCharCode(10) +
"Fate steps in and sees you through" + String.fromCharCode(10) +
"When you wish upon a star" + String.fromCharCode(10) +
"Your dreams come true"];
function changetitle(iosis) {
iosis.title='Thanks to ' + iosis.value;
for (var ii=0; ii<lyricsurls.length; ii++) {
if (lyricsurls[ii] == iosis.value) {
document.getElementById('ourta').innerHTML=lyrics[ii];
coverall();
}
}
}
function coverall() {
var suffix='', tabit=document.getElementById('ourta').innerHTML;
var myw=eval(window.getComputedStyle(document.body, null).getPropertyValue('width').replace('px',''));
var myh=eval(window.getComputedStyle(document.getElementById('myiframe'), null).getPropertyValue('height').replace('px',''));
if (document.URL.indexOf('?') != -1) suffix='&' + document.URL.split('?')[1].split('#')[0];
if (lyrics[0] == "") lyrics[0]=tabit;
while (tabit.indexOf(String.fromCharCode(10)) != -1) {
tabit=tabit.replace(String.fromCharCode(10),'<br>');
}
document.getElementById('mydiv').innerHTML=tabit;
document.getElementById('mydiv').style.display='none';
document.getElementById('ourta').style.display='block';
document.getElementById('myiframe').src=document.getElementById('myiframe').src.replace('600',('' + myh)).replace('490',('' + myw)) + suffix;
}
</script>
</head>
<body style='background-color:rgba(127,127,127,0.3);width:100%;height:100vh;' onload='if (1 == 1) { coverall(); }'>
<iframe id='myiframe' style='position:absolute;top:0px;left:0px;width:100%;height:100vh;' src='./pixellate.php?height=650&width=490&size=4&zeroes=2&opacity=0.3'></iframe>
<h3 id='myh3' style='color:lime;position:absolute;top:10px;left:110px;background-color:transparent;'>Stars <a target=_blank style="text-decoration:none;cursor:pointer;" title="Thanks to ..." onclick="window.open(document.getElementById('mysel').value,'_blank');">-</a> RJM Programming - December, 2017</h3><br>
<select title='Thanks to https://play.google.com/music/preview/Tqmszw52cxwtszz2kcivhxtohl4?lyrics=1&utm_source=google&utm_medium=search&utm_campaign=lyrics&pcampaignid=kp-songlyrics' onchange='changetitle(this);' id='mysel' style='color:orange;position:absolute;top:70px;left:110px;background-color:transparent;'><option value='https://play.google.com/music/preview/Tqmszw52cxwtszz2kcivhxtohl4?lyrics=1&utm_source=google&utm_medium=search&utm_campaign=lyrics&pcampaignid=kp-songlyrics'>Vincent by Don McLean</option><option value='https://www.azlyrics.com/lyrics/simplyred/stars.html'>Stars by Simply Red</option><option value='https://www.youtube.com/watch?v=HAG4RrLsnVk'>When You Wish Upon a Star by Linda Ronstadt</option></select><br>
<div id='mydiv' style='color:yellow;position:absolute;top:100px;left:110px;background-color:transparent;'>Hello <br>There <br>Today</div>
<textarea rows=40 cols=46 style='display:none;border:0px solid white;color:yellow;position:absolute;top:100px;left:110px;background-color:transparent;' id='ourta' value=''>Starry
Starry night
Paint your palette blue and grey

Look out on a summer's day
With eyes that know the
Darkness in my soul.
Shadows on the hills
Sketch the trees and the daffodils

Catch the breeze and the winter chills

In colors on the snowy linen land.
And now I understand what you tried to say to me

How you suffered for your sanity
How you tried to set them free.
They would not listen
They did not know how

Perhaps they'll listen now.

Starry
Starry night
Flaming flo'rs that brightly blaze

Swirling clouds in violet haze reflect in
Vincent's eyes of China blue.
Colors changing hue
Morning fields of amber grain

Weathered faces lined in pain
Are soothed beneath the artist's
Loving hand.
And now I understand what you tried to say to me

How you suffered for your sanity
How you tried to set them free.
Perhaps they'll listen now.

For they could not love you
But still your love was true

And when no hope was left in sight on that starry
Starry night.
You took your life
As lovers often do;
But I could have told you
Vincent
This world was never
Meant for one
As beautiful as you.

Starry
Starry night
Portraits hung in empty halls

Frameless heads on nameless walls
With eyes
That watch the world and can't forget.
Like the stranger that you've met

The ragged men in ragged clothes

The silver thorn of bloody rose
Lie crushed and broken
On the virgin snow.
And now I think I know what you tried to say to me

How you suffered for your sanity

How you tried to set them free.
They would not listen
They're not
List'ning still
Perhaps they never will.</textarea>
</body>
</html>