<html>
<head>
</head>
<STYLE>
.disableHscroll{
width:100%;overflow-x:hidden;overflow-y:scroll;
}
v\:* {
BEHAVIOR: url(#default#VML)
}
</STYLE>
<body>
<style>
<!--
BODY{
scrollbar-face-color:#C0C0C0;
scrollbar-arrow-color:white;
scrollbar-track-color:#000000;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'';
}
-->
</style>
<body BGCOLOR="#0000FF" bgproperties=fixed>
<body text="#FFFFFF" link="#FFFFFF vlink="#FFFFFF "><font size="5">
<H1>What’s up I’m Shawn!!<BR><BR>
Anyway I’m from Boston, Mass. and im 30<BR>
im a good person,at least i think so.<BR>
<BR> hardcore isnt a trend,its a lifestyle,we <BR>
<BR> live it,breathe it,it exists in out blood <BR>
<BR> and it will NEVER DIE!!! <BR>
<script>
<!-- Hide from old browsers
// All you have to do is put another text in the variable message.
// Don't forget to break all lines with a ^
// When you do not place a ^ at the end of all the message, the
// message will not repeat
message = "Thanks for checking out my profile^" +
"Please take the time to tag it!^" +
"Thanks^" +
" Created by Johnny Mustang Customs a.k.a. HydroStang" +
"^"
scrollSpeed = 50
lineDelay = 2000
// Do not change the text below //
txt = ""
function scrollText(pos) {
if (message.charAt(pos) != '^') {
txt = txt + message.charAt(pos)
status = txt
pauze = scrollSpeed
}
else {
pauze = lineDelay
txt = ""
if (pos == message.length-1) pos = -1
}
pos++
setTimeout("scrollText('"+pos+"')",pauze)
}
// Unhide -->
scrollText(0)
</script>
</body>
</html>