<!--

Lines = 2; // ←文章の数（要変更）
Mess = new Array(
"<body bgcolor='#FFFFFF'; background='http://www.anarchyinthejp.com/wp-content/themes/anarchy/images/back01.jpg';'no-repeat';>",
"<body bgcolor='#000000'; background='http://www.anarchyinthejp.com/wp-content/themes/anarchy/images/back02.jpg';'no-repeat';>"
);
Rndm = Math.floor(Math.random()*Lines); 
document.write(Mess[Rndm]); 

document.write("<style type='text/css'>");
document.write("body { background-attachment: fixed; background-position:right top;}");
document.write("</style>");




//PAGE TOP Scroll
function slowdownscroll() {
if(navigator.appName == "Microsoft Internet Explorer" && document.compatMode == "CSS1Compat") 
{sctop = document.body.parentNode.scrollTop;}
else if(window.pageYOffset){sctop = window.pageYOffset;}
else {sctop = document.body.scrolltop;}
if(sctop){scup = Math.ceil(sctop*.2);scrollBy(0,-scup); if (sctop-scup) setTimeout("slowdownscroll()",20);}}



// -->