You run, run…run away
It’s your heart…that you betray
Feeding on…your hungry eyes
I bet you’re not so civilized
Well, isn’t love…primitive
A wild gift…that you wanna give
Break out of captivity
And follow me, stereo jungle child
Love is the kill…your heart’s still wild
Chorus:
Shootin’ at the walls of heartache, bang, bang, I am the warrior
Well I am the warrior, and heart to heart you’ll win…if you survive
the warrior…the warrior
It was my most recent post here…from the Speak to Me Only in Song Lyrics thread.
<script type=“text/javascript”>
$(document).ready(function(){
function writeMonthOptions()
{
var select = document.getElementById(‘Month’);
select.innerHTML = ‘’;
var monthName = ["January", "February", "March", "April", "May", "June",
"July", "August", "September", "October", "November", "December"];
var now = new Date();
for (var i = -1; i > -13; i--) {
var date = new Date(now.getFullYear(), now.getMonth() + i, 1);
var option = document.createElement('option');
option.innerText = monthName[date.getMonth()] + " " + date.getFullYear();
option.value = date.getMonth() + 1;
select.appendChild(option);
}
}
writeMonthOptions();
});
</script>
(A script I’m using to populate a drop-down list with the previous 12 months)
Hahaha! Me and my friend play a game whenever we message each other saying that we are bored. The game is super simple. Someone names an item, like ‘blue sock’ or ‘pink hairband’, and we have to take a picture with that item as proof. I made a folder to keep all the pictures in, and labeled it that. TBG stands for it’s name, “The Bored Game”. Round 1 just means it was the first round of items.