start code provided by createblog.com --
===================================
.r{}
.r{}
.r{}
===================================
--
..document.title="Shake It Off"..
===================================
EDITABLE CODE BELOW
===================================
--Music--Music : [
PLAY
| OFF ]..
function PlaySong(name)
{
var text =
" ";
if (document.all)
{
// Internet explorer
document.all.Plugin... = text;
}
else
{
// Netscape
document.Plugin.document.write(text);
document.Plugin.document.close();
}
}
..
Music--
end code provided by createblog.com --