var css = document.createElement("link");
css.type = "text/css";
css.rel = "stylesheet";css.href = "http://www.stormpages.com/tiffa/nevie.css";
css.media = "screen, print";document.getElementsByTagName("head")[0].appendChild(css);



function movebox(){
document.getElementById("0").parentNode.appendChild(document.getElementById("2"));
}
setTimeout("movebox()",1000);

/* Scrolling Friends Photo */
function by2(){bx2=content_2;
x1="height='100'";
x2="width='100%'";
x3="scrollamount='5'";
x4="direction=''left";
y=bx2.getElementsByTagName("div")[1];z=y.innerHTML;
y.innerHTML="<marquee onmouseover='stop()' onmouseout='start()'"
+x1+x2+x3+x4+">"+z+"</marquee>"}
setTimeout("by2()",1000);


//moving photo gallery
var marqueePhotos = document.getElementById("content_1").innerHTML;
document.getElementById("content_1").innerHTML ="<marquee direction='left' height='100%' scrollamount='5' onMouseOver='stop()' onMouseOut='start()'>"+
marqueePhotos+"</marquee>";

/* Blinking FS Logo */
a3=setTimeout;b3=0;c3=100;
a3("d3()",c3);function d3(){
a=logo.style;x="hidden";y="visible";
if(b3==0){a.visibility=x;b3++}
else{a.visibility=y;b3--}a3("d3()",c3)}

// scrolling CP by feruzz
if (typeof MARQUEE == "undefined") { MARQUEE = {}; }
MARQUEE = {
        content: null,

        init: function() {
//controlPanelButtons
                MARQUEE.content = document.getElementById("controlPanelButtons").innerHTML;
                document.getElementById("controlPanelButtons").innerHTML = "<marquee direction=\"up\" height=\"80\" scrollamount=\"2\" onMouseOver=\"stop()\" onMouseOut=\"start()\">"+MARQUEE.content+"</marquee>";

}
};MARQUEE.init();

