i was just about to..

google search on how to be happy now i know i am miserable.

Posted
1 day ago
madewithbonesrosesandchocolate asked: Your blog is awesome:D thank you for the follow.


Answer:

thank ya :D

Posted
3 days ago
var repeat=1 var title=document.title var leng=title.length var start=1 function titlemove() { titl=title.substring(start, leng) + title.substring(0, start) document.title=titl start++ if (start==leng+1) { start=0 if (repeat==0) return } setTimeout("titlemove()",500) } if (document.title) titlemove() ody>