- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/loose.dtd">
- <html lang="en">
- <head>
- <!--
- THEME BY BLINK AND IT'S OVER
- CREATED BY: HTTP://WWW.KANESIMSWILSON.CO.UK
- -->
- <script type='text/javascript'>
- //<![CDATA[
- var rate = 50;
- if (document.getElementById)
- window.onerror=new Function("return true")
- var objActive; // The object which event occured in
- var act = 0; // Flag during the action
- var elmH = 0; // Hue
- var elmS = 128; // Saturation
- var elmV = 255; // Value
- var clrOrg; // A color before the change
- var TimerID; // Timer ID
- if (document.all) {
- document.onmouseover = doRainbowAnchor;
- document.onmouseout = stopRainbowAnchor;
- }
- else if (document.getElementById) {
- document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
- document.onmouseover = Mozilla_doRainbowAnchor;
- document.onmouseout = Mozilla_stopRainbowAnchor;
- }
- function doRainbow(obj)
- {
- if (act == 0) {
- act = 1;
- if (obj)
- objActive = obj;
- else
- objActive = event.srcElement;
- clrOrg = objActive.style.color;
- TimerID = setInterval("ChangeColor()",100);
- }
- }
- function stopRainbow()
- {
- if (act) {
- objActive.style.color = clrOrg;
- clearInterval(TimerID);
- act = 0;
- }
- }
- function doRainbowAnchor()
- {
- if (act == 0) {
- var obj = event.srcElement;
- while (obj.tagName != 'A' && obj.tagName != 'BODY') {
- obj = obj.parentElement;
- if (obj.tagName == 'A' || obj.tagName == 'BODY')
- break;
- }
- if (obj.tagName == 'A' && obj.href != '') {
- objActive = obj;
- act = 1;
- clrOrg = objActive.style.color;
- TimerID = setInterval("ChangeColor()",100);
- }
- }
- }
- function stopRainbowAnchor()
- {
- if (act) {
- if (objActive.tagName == 'A') {
- objActive.style.color = clrOrg;
- clearInterval(TimerID);
- act = 0;
- }
- }
- }
- function Mozilla_doRainbowAnchor(e)
- {
- if (act == 0) {
- obj = e.target;
- while (obj.nodeName != 'A' && obj.nodeName != 'BODY') {
- obj = obj.parentNode;
- if (obj.nodeName == 'A' || obj.nodeName == 'BODY')
- break;
- }
- if (obj.nodeName == 'A' && obj.href != '') {
- objActive = obj;
- act = 1;
- clrOrg = obj.style.color;
- TimerID = setInterval("ChangeColor()",100);
- }
- }
- }
- function Mozilla_stopRainbowAnchor(e)
- {
- if (act) {
- if (objActive.nodeName == 'A') {
- objActive.style.color = clrOrg;
- clearInterval(TimerID);
- act = 0;
- }
- }
- }
- function ChangeColor()
- {
- objActive.style.color = makeColor();
- }
- function makeColor()
- {
- // Don't you think Color Gamut to look like Rainbow?
- // HSVtoRGB
- if (elmS == 0) {
- elmR = elmV; elmG = elmV; elmB = elmV;
- }
- else {
- t1 = elmV;
- t2 = (255 - elmS) * elmV / 255;
- t3 = elmH % 60;
- t3 = (t1 - t2) * t3 / 60;
- if (elmH < 60) {
- elmR = t1; elmB = t2; elmG = t2 + t3;
- }
- else if (elmH < 120) {
- elmG = t1; elmB = t2; elmR = t1 - t3;
- }
- else if (elmH < 180) {
- elmG = t1; elmR = t2; elmB = t2 + t3;
- }
- else if (elmH < 240) {
- elmB = t1; elmR = t2; elmG = t1 - t3;
- }
- else if (elmH < 300) {
- elmB = t1; elmG = t2; elmR = t2 + t3;
- }
- else if (elmH < 360) {
- elmR = t1; elmG = t2; elmB = t1 - t3;
- }
- else {
- elmR = 0; elmG = 0; elmB = 0;
- }
- }
- elmR = Math.floor(elmR).toString(16);
- elmG = Math.floor(elmG).toString(16);
- elmB = Math.floor(elmB).toString(16);
- if (elmR.length == 1) elmR = "0" + elmR;
- if (elmG.length == 1) elmG = "0" + elmG;
- if (elmB.length == 1) elmB = "0" + elmB
- elmH = elmH + rate;
- if (elmH >= 360)
- elmH = 0;
- return '#' + elmR + elmG + elmB;
- }
- //]]>
- </script>
- <style type="text/css">a:hover{background:url('http://dl9.glitter-graphics.net/pub/80/80039njfma9svnd.gif');}hr{background-image:url('http://dl9.glitter-graphics.net/pub/80/80039njfma9svnd.gif'); </style>
- <title>{Title}</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="shortcut icon" href="{Favicon}" />
- <meta name="color:Blog title" content="#FFFFFF"/>
- <meta name="color:Text" content="#FFFFFF"/>
- <meta name="color:Links" content="#FFFFFF"/>
- <meta name="color:Links Hover" content="#CFD86D"/>
- <meta name="if:Background image" content="1">
- <meta name="if:Show notes on permalink pages" content="1">
- <meta name="if:Show notes on home page" content="1">
- <meta name="if:One row" content="0">
- <meta name="if:Two rows" content="1">
- <meta name="if:Three rows" content="0">
- <meta name="if:Four rows" content="0">
- <meta name="if:RSS link" content="1">
- <meta name="if:Archive link" content="1">
- <meta name="color:Background" content="#ffffff"/>
- <meta name="font:Body" content="Helvetica"/>
- <meta name="image:Background" content="http://static.tumblr.com/2w7y46r/tzYlh3lyo/heart-of-the-universe.jpg">
- <meta name="if:Use logo" content="0">
- <meta name="image:Logo" content="">
- <meta name="color:Title" content="#ffffff"/>
- <meta name="color:Text Bubble" content="#000000"/>
- {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
- <script type="text/javascript" src="http://static.tumblr.com/ts2nqrf/Msal8du92/cufon.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/ts2nqrf/mNQl8du9p/bebas.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/df28qmy/u5slh3ibc/jquery.min.js"></script>
- <script type="text/javascript">
- Cufon.DOM.ready(function() {
- Cufon.replace('.bebas', { fontFamily: 'bebas', hover:true });
- $('.bebas').css('visibility','visible');
- });
- </script>
- <style type="text/css">
- h1 { color:{color:Blog title}; font-weight: normal; font-size: 50px; font-family: 'BebasNeueRegular', sans-serif; line-height: -4px;{block:ifuselogo}display:none;{/block:ifuselogo}}
- h1 a {color:{color:Blog title};}
- body {height: 100%; background-color:{color:Background}; color: {color:Text};font-size: 11px; font-family:{font:Body}; line-height: 14px; padding: 30px 0 200px 0; {block:ifbackgroundimage}background-attachment: fixed; background-image:url('{image:Background}');{/block:ifbackgroundimage}}
- a {color: {color:Links}; text-decoration:none;}
- a:hover {font-size:24px; font-weight:bold; color: pink;}
- a.title {color: {color:Links}; text-decoration:none;}
- #container { width: 1050px; margin: auto auto auto auto; position: relative;}
- #container .header { width: 1050px; margin: auto auto; }
- #container .description {padding: 10px 0px 40px; clear: both; position: relative; text-align:center; width:500px; margin-left: auto ; margin-right: auto;}
- #container .posts {width: 1050px; clear: both; position: relative; margin-left: auto; margin-right: auto; padding-top:30px; }
- #container .box {width: 345px;{block:iftworows}width: 500px;{/block:iftworows}{block:iffourrows}width: 250px; margin-bottom:20px;{/block:iffourrows} {block:indexpage}{block:ifonerow}width: 600px; padding-left:21%;{/block:ifonerow}{/block:indexpage}margin-left: 5px; float: left; margin-bottom: 15px; position: relative; }
- #container .box a{-webkit-transition-duration: 0.5s;}
- #container .box img {max-width: 100%; border:0px; -webkit-transition-duration: 0.5s; opacity:1;}
- #container .title { font-size: 12px;line-height: 18px; text-decoration: none; display: block; color:{color:Title}; padding: 8px;}
- #container .ask { font-size: 11px;line-height: 18px; text-decoration: none; display: block; color:{color:Title}; padding: 8px;}
- #container .audio {width: 207px;}
- #container .columnHolder {width: 800px; margin: 5px 0 0 5px; overflow: hidden;}
- #container .columnHolder .column { width: 225px; min-height: 1px; float: left;}
- #container .columnHolder .column.middle { margin: 0 0px; }
- #arrow {font-size:15px; padding-left:20px; color:{color:Text Bubble}; margin-top:-5px; padding-bottom:5px;}
- {block:PermalinkPage}
- .box { width: 600px !important; padding-left: 21%;}
- p.answer_form_container { width: 580px; }
- ol.notes { width: 600px; position:relative; padding-left:21%; list-style-type: none; margin: 0px 0 10px 0; padding: -10px -90px; }
- ol.notes li.note { margin: 0px 0 2px 0; padding: 0;}
- ol.notes a { color: #ffffff; }
- ol.notes img.avatar { display: true; padding:2px 0 0 2px; border:0px;}
- ol.notes blockquote { margin: 0; }
- ol.notes blockquote a { text-decoration: none; }
- {/block:PermalinkPage}
- .video{text-align: center; background-color:black;}
- .curve { background-color:{color:Text Bubble}; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomleft: 4px; moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px;-webkit-border-bottom-left-radius: 4px; overflow:hidden;}
- .box:hover .perma {{block:indexpage}{block:ifshownotesonhomepage}opacity:1;{/block:ifshownotesonhomepage}{/block:indexpage} z-index:10000; top:50%;}
- .perma { margin-top: -18px; opacity: 0; font-family:{font:Body}; font-size: 9px; z-index: 1000000; text-align: center; text-transform: uppercase; top:50%;
- }
- #top-link { position:fixed; right:5px; bottom:5px; color:white; font-weight:bold; text-decoration:none; padding:10px; border:0px; }
- #audiotest {background-image:url('http://static.tumblr.com/2w7y46r/gPklc94jg/play.png');margin-top: -27px;display:block;height:27px;z-index:-1000;width:250px;}
- .box:hover .back {{block:indexpage}{block:ifshownotesonhomepage}opacity:1;
- {/block:ifshownotesonhomepage}{/block:indexpage}z-index:1000;}
- .back { margin-top: -25px; width:100%; opacity: 0;
- z-index: 1000;}
- {block:PermalinkPage}
- .back img{width:500px; height:20px;}
- {/block:PermalinkPage}
- {block:iffourrows}
- .back img{width:100%; height:20px;}
- {/block:iffourrows}
- {block:iftworows}
- .back img{width:500px; height:20px;}
- {/block:iftworows}
- {block:ifonerow}
- .back img{width:600px; height:20px;}
- {/block:ifonerow}
- </style>
- <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
- <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
- <script src="http://static.tumblr.com/df28qmy/Mpalh3i8p/jquery.scrollto-1.4.0-min.js" type="text/javascript"></script>
- <script type="text/javascript">
- //plugin
- jQuery.fn.topLink = function(settings) {
- settings = jQuery.extend({
- min: 1,
- fadeSpeed: 200
- }, settings);
- return this.each(function() {
- //listen for scroll
- var el = $(this);
- el.hide(); //in case the user forgot
- $(window).scroll(function() {
- if($(window).scrollTop() >= settings.min)
- {
- el.fadeIn(settings.fadeSpeed);
- }
- else
- {
- el.fadeOut(settings.fadeSpeed);
- }
- });
- });
- };
- //usage w/ smoothscroll
- $(document).ready(function() {
- //set the link
- $('#top-link').topLink({
- min: 400,
- fadeSpeed: 500
- });
- //smoothscroll
- $('#top-link').click(function(e) {
- e.preventDefault();
- $.scrollTo(0,300);
- });
- });
- $(window).load(function () {
- $('.posts').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : "div#navigation",
- // selector for the paged navigation (it will be hidden)
- nextSelector : "div#navigation a#nextPage",
- // selector for the NEXT link (to page 2)
- itemSelector : ".box",
- // selector for all items you'll retrieve
- bufferPx : 10000,
- extraScrollPx: 11000,
- loadingImg : "http://b.imagehost.org/0548/Untitled-2.png",
- loadingText : "<em></em>",
- },
- // call masonry as a callback.
- function() { $('.posts').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- <script>
- function changeStyle(title) {
- var lnks = document.getElementsByTagName('link');
- for (var i = lnks.length - 1; i >= 0; i--) {
- if (lnks[i].getAttribute('rel').indexOf('style')> -1 && lnks[i].getAttribute('title')) {
- lnks[i].disabled = true;
- if (lnks[i].getAttribute('title') == title) lnks[i].disabled = false;
- }}}
- </script>
- </head>
- <body onload="setTimeout('function1()', 1000);setTimeout('function2()', 1500);">
- <a href="#top" id="top-link"><img style="border:0px;"src='http://b.imagehost.org/0971/jump_to_top_arrow.png'/></a>
- {block:indexpage}
- <script language="JavaScript">
- function function1(){
- window.scrollTo(0,5);
- }
- function function2(){
- window.scroll(0,2);
- }
- </script>
- {/block:indexpage}
- <br>
- <div id="container">
- <div class="header">
- <div style="text-align: center;">{block:ifuselogo}<img style="max-width:1500px; max-height:300px" src="{image:logo}"/>{/block:ifuselogo}<h1 class="bebas"><a href="/">{Title}</a></h1></div>
- <div style="text-align: center; font-size:9.4px; margin-top:-35px; {block:ifuselogo}margin-top:10px; {/block:ifuselogo}text-transform: uppercase;">
- {block:AskEnabled}<a href="/ask">MESSAGE</a> {/block:AskEnabled}
- {block:ifarchivelink}<a href="/archive">ARCHIVE</a> {/block:ifarchivelink}
- {block:ifrsslink}<a href="{RSS}"> RSS </a> {/block:ifrsslink}
- <a href="http://www.kanesimswilson.co.uk">THEME</a>
- {block:HasPages}
- {block:Pages}<a href="{URL}">{Label}</a> {/block:Pages}
- {/block:HasPages}
- </div>
- <div class="description">{description}<br style="clear:both"></div></div>
- <div class="posts" id="allposts">
- {block:Posts}
- <div class="box">
- {block:Photo}
- {block:IndexPage}
- <a href="{Permalink}" target="_blank">{/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
- <img style="min-width:100%;" src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}">
- <div class="back"><img src="http://static.tumblr.com/df28qmy/SIplh2z29/untitled-1.gif"/></div>
- <div class="perma">
- <a href="{Permalink}" target="_blank">{TimeAgo}</a>
- {block:NoteCount}<a href="{Permalink}" target="_blank"> / {NoteCountwithLabel}{/block:NoteCount}</a>
- <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank"> / reblog</a></div>
- {/block:Photo}
- {block:Audio}
- <div class="curve">
- <div style=" width:100%; height:27px; font-size:1px; color:black; background-color:black;">
- {AudioPlayerBlack}
- </div><a href="{Permalink}" target="_blank" id="audiotest"></a></div><div id="arrow" style="color:black;">▼</div>
- {block:AlbumArt}<img style="border:1px solid white; width:50px; margin-left:5px;" src="{AlbumArtURL}"/>{/block:AlbumArt}
- {block:indexpage}<div style="{block:AlbumArt}min-height:40px; padding-left:70px;margin-top:-60px;{/block:AlbumArt}">{block:Caption}{Caption}{/block:Caption}</div>{/block:IndexPage}
- {block:ifshownotesonhomepage}{block:AlbumArt}<br>{/block:AlbumArt}{/block:ifshownotesonhomepage}
- {block:ifshownotesonhomepage}<br>{/block:ifshownotesonhomepage}
- {block:IndexPage}
- <div class="back"><img src="http://static.tumblr.com/df28qmy/SIplh2z29/untitled-1.gif"/></div>
- <div class="perma"><a href="{Permalink}" target="_blank">{TimeAgo}</a>
- {block:NoteCount}<a href="{Permalink}" target="_blank"> / {NoteCountwithLabel}{/block:NoteCount}</a>
- <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank"> / reblog</a>{block:ExternalAudio}<a href="{ExternalAudioURL}"> / download</a>{/block:ExternalAudio}</div>{/block:IndexPage}
- {/block:Audio}
- {block:Video}
- <div class="video">{block:iffourrows}
- {Video-250}{/block:iffourrows}{block:ifthreerows}
- {Video-250}{/block:ifthreerows}
- {block:iftworows}
- {Video-500}{/block:iftworows}{block:ifonerow}{Video-500}{/block:ifonerow}
- {block:PermalinkPage}{Video-500}{/block:PermalinkPage}</div>
- <div class="back"><img src="http://static.tumblr.com/df28qmy/SIplh2z29/untitled-1.gif"/></div>
- <div class="perma"><a href="{Permalink}" target="_blank">{TimeAgo}</a>
- {block:NoteCount}<a href="{Permalink}" target="_blank"> / {NoteCountwithLabel}{/block:NoteCount}</a><a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank"> / reblog</a></div>
- {/block:Video}
- {block:Text}
- <div class="curve">{block:Title}<a href="{Permalink}" class="title"> {Title} </a>{/block:Title}</div>{block:Title}<div id="arrow">▼</div>{/block:Title}
- <div style="padding-left:8px; padding-top:2px; padding-right:8px;">{Body}</div>{block:ifshownotesonhomepage}<br><br>{/block:ifshownotesonhomepage}
- <div class="back"><img src="http://static.tumblr.com/df28qmy/SIplh2z29/untitled-1.gif"/></div>
- <div class="perma"><a href="{Permalink}" target="_blank">{TimeAgo}</a>
- {block:NoteCount}<a href="{Permalink}" target="_blank"> / {NoteCountwithLabel}{/block:NoteCount}</a><a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank"> / reblog</a></div>
- {block:More}<br><br> <a href="{Permalink}" class="readMore">Read More</a>{/block:More}
- {/block:Text}
- {block:Answer}
- <div class="curve"><a href="{Permalink}" class="ask"> {Question} </a></div><div id="arrow">▼</div>
- <img style="border:1px solid white;" src="{AskerPortraitURL-16}"/><span style="vertical-align: 25%;"> {Asker}</span>
- <div style="padding-left:8px; padding-top:2px; padding-right:8px;">{Answer}</div>{block:ifshownotesonhomepage}<br><br>{/block:ifshownotesonhomepage}
- <div class="back"><img src="http://static.tumblr.com/df28qmy/SIplh2z29/untitled-1.gif"/></div>
- <div class="perma"><a href="{Permalink}" target="_blank">{TimeAgo}</a>
- {block:NoteCount}<a href="{Permalink}" target="_blank"> / {NoteCountwithLabel}{/block:NoteCount}</a></div>
- {/block:Answer}
- {block:Link}
- <div class="curve"><a href="{URL}" class="title" {Target}> {Name} </a>
- </div><div id="arrow">▼</div>
- {block:Description}<div style="padding-left:8px; padding-top:2px; padding-right:8px;">{Description}</div>{/block:Description}{block:ifshownotesonhomepage}<br><br>{/block:ifshownotesonhomepage}
- <div class="back"><img src="http://static.tumblr.com/df28qmy/SIplh2z29/untitled-1.gif"/></div>
- <div class="perma"><a href="{Permalink}" target="_blank">{TimeAgo}</a>
- {block:NoteCount}<a href="{Permalink}" target="_blank"> / {NoteCountwithLabel}{/block:NoteCount}</a><a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank"> / reblog</a></div>
- {/block:Link}
- {block:Quote}<div class="curve"><a href="{Permalink}" class="title">"{Quote}"</a></div><div id="arrow">▼</div>{block:Source} {Source}<br>{/block:Source}{block:ifshownotesonhomepage}<br><br>{/block:ifshownotesonhomepage}
- <div class="back"><img src="http://static.tumblr.com/df28qmy/SIplh2z29/untitled-1.gif"/></div>
- <div class="perma"><a href="{Permalink}" target="_blank">{TimeAgo}</a>
- {block:NoteCount}<a href="{Permalink}" target="_blank"> / {NoteCountwithLabel}{/block:NoteCount}</a><a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank"> / reblog</a></div>{/block:Quote}
- {block:Chat}
- <div class="curve">{block:Title}<a href="{Permalink}" class="title"> {Title} </a>{/block:Title}</div>{block:Title}<div id="arrow">▼</div>{/block:Title}
- <table class="chat" style="padding-left:5px;"cellspacing="0">{block:Lines}<tr>{block:Label}<td class="name line{UserNumber}">{Label}</td>{block:Label}<td class="words line{UserNumber}">{Line}</td></tr>{/block:Lines}</table>
- {block:ifshownotesonhomepage}<br><br>{/block:ifshownotesonhomepage}
- <div class="back"><img src="http://static.tumblr.com/df28qmy/SIplh2z29/untitled-1.gif"/></div>
- <div class="perma"><a href="{Permalink}" target="_blank">{TimeAgo}</a>
- {block:NoteCount}<a href="{Permalink}" target="_blank"> / {NoteCountwithLabel}{/block:NoteCount}</a><a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank"> / reblog</a></div>
- {/block:Chat}
- {block:PermalinkPage}<block:Caption>{Caption}</block:Caption>{/block:PermalinkPage}
- {block:PermalinkPage}</div>
- {block:IfShowNotesOnPermalinkPages}{block:PostNotes}{PostNotes}{/block:PostNotes}{/block:IfShowNotesOnPermalinkPages}
- {/block:PermalinkPage}
- </div>{/block:Posts}
- </div>
- {block:IndexPage}
- <div class="columnHolder footer"><div class="column navigation" id="navigation">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
- {block:PermalinkPagination}
- {block:NextPost}<a href="{NextPost}" class="navigate">{/block:NextPost}{block:NextPost}</a>{/block:NextPost}
- {block:PreviousPost}<a href="{PreviousPost}" class="navigate">{/block:PreviousPost}{block:PreviousPost}</a>{/block:PreviousPost}{/block:PermalinkPagination}</div></div>
- {/block:IndexPage}</div>
- <script type="text/javascript">autoscale(new Array('object', 'embed'));</script>
- </body>
- <script type="text/javascript">
- //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
- function tb8_makeArray(n){
- this.length = n;
- return this.length;
- }
- tb8_messages = new tb8_makeArray(1);
- tb8_messages[0] = "(69) FACEBOOK";
- tb8_rptType = 'infinite';
- tb8_rptNbr = 5;
- tb8_speed = 100;
- tb8_delay = 1500;
- var tb8_counter=1;
- var tb8_currMsg=0;
- var tb8_tekst ="";
- var tb8_i=0;
- var tb8_TID = null;
- function tb8_pisi(){
- tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
- document.title = tb8_tekst;
- tb8_sp=tb8_speed;
- tb8_i++;
- if (tb8_i==tb8_messages[tb8_currMsg].length){
- tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
- }
- if (tb8_currMsg == tb8_messages.length){
- if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
- clearTimeout(tb8_TID);
- return;
- }
- tb8_counter++;
- tb8_currMsg = 0;
- }
- tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
- }
- tb8_pisi()
- </script>
- <script type='text/javascript'>
- // <![CDATA[
- function initCursor() {
- if (document.getElementById) {
- var i, rats, rlef, rdow;
- for (var i=0; i<sparkles; i++) {
- var rats=createDiv(3, 3);
- rats.style.visibility="hidden";
- document.body.appendChild(tiny[i]=rats);
- starv[i]=0;
- tinyv[i]=0;
- var rats=createDiv(5, 5);
- rats.style.backgroundColor="transparent";
- rats.style.visibility="hidden";
- var rlef=createDiv(1, 5);
- var rdow=createDiv(5, 1);
- rats.appendChild(rlef);
- rats.appendChild(rdow);
- rlef.style.top="2px";
- rlef.style.left="0px";
- rdow.style.top="0px";
- rdow.style.left="2px";
- document.body.appendChild(star[i]=rats);
- }
- set_width();
- sparkle();
- }}
- var hex=new Array("00","14","28","3C","50","64","78","8C","A0","B4","C8","DC","F0")
- var r=1
- var g=1
- var b=1
- var seq=1
- var sparkles = 35;
- var x=ox=400;
- var y=oy=300;
- var swide=800;
- var shigh=600;
- var sleft=sdown=0;
- var tiny=new Array();
- var star=new Array();
- var starv=new Array();
- var starx=new Array();
- var stary=new Array();
- var tinyx=new Array();
- var tinyy=new Array();
- var tinyv=new Array();
- function sparkle() {
- var c;
- if (x!=ox || y!=oy) {
- ox=x;
- oy=y;
- for (c=0; c<sparkles; c++) if (!starv[c]) {
- star[c].style.left=(starx[c]=x)+"px";
- star[c].style.top=(stary[c]=y)+"px";
- star[c].style.clip="rect(0px, 5px, 5px, 0px)";
- star[c].style.visibility="visible";
- starv[c]=50;
- break;
- }
- }
- for (c=0; c<sparkles; c++) {
- if (starv[c]) update_star(c);
- if (tinyv[c]) update_tiny(c);
- }
- setTimeout("sparkle()", 40);
- }
- function update_star(i) {
- if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
- if (starv[i]) {
- stary[i]+=1+Math.random()*3;
- if (stary[i]<shigh+sdown) {
- star[i].style.top=stary[i]+"px";
- starx[i]+=(i%5-2)/5;
- star[i].style.left=starx[i]+"px";
- }
- else {
- star[i].style.visibility="hidden";
- starv[i]=0;
- return;
- }
- }
- else {
- tinyv[i]=50;
- tiny[i].style.top=(tinyy[i]=stary[i])+"px";
- tiny[i].style.left=(tinyx[i]=starx[i])+"px";
- tiny[i].style.width="2px";
- tiny[i].style.height="2px";
- star[i].style.visibility="hidden";
- tiny[i].style.visibility="visible"
- }
- }
- function update_tiny(i) {
- if (--tinyv[i]==25) {
- tiny[i].style.width="1px";
- tiny[i].style.height="1px";
- }
- if (tinyv[i]) {
- tinyy[i]+=1+Math.random()*3;
- if (tinyy[i]<shigh+sdown) {
- tiny[i].style.top=tinyy[i]+"px";
- tinyx[i]+=(i%5-2)/5;
- tiny[i].style.left=tinyx[i]+"px";
- }
- else {
- tiny[i].style.visibility="hidden";
- tinyv[i]=0;
- return;
- }
- }
- else tiny[i].style.visibility="hidden";
- }
- document.onmousemove=mouse;
- function mouse(e) {
- set_scroll();
- y=(e)?e.pageY:event.y+sdown;
- x=(e)?e.pageX:event.x+sleft;
- }
- function set_scroll() {
- if (typeof(self.pageYOffset)=="number") {
- sdown=self.pageYOffset;
- sleft=self.pageXOffset;
- }
- else if (document.body.scrollTop || document.body.scrollLeft) {
- sdown=document.body.scrollTop;
- sleft=document.body.scrollLeft;
- }
- else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
- sleft=document.documentElement.scrollLeft;
- sdown=document.documentElement.scrollTop;
- }
- else {
- sdown=0;
- sleft=0;
- }
- }
- window.onresize=set_width;
- function set_width() {
- if (typeof(self.innerWidth)=="number") {
- swide=self.innerWidth;
- shigh=self.innerHeight;
- }
- else if (document.documentElement && document.documentElement.clientWidth) {
- swide=document.documentElement.clientWidth;
- shigh=document.documentElement.clientHeight;
- }
- else if (document.body.clientWidth) {
- swide=document.body.clientWidth;
- shigh=document.body.clientHeight;
- }
- }
- function createDiv(height, width) {
- var div=document.createElement("div");
- rainbow="#"+hex[r]+hex[g]+hex[b]
- if (seq==6){
- b--
- if (b==0)
- seq=1
- }
- if (seq==5){
- r++
- if (r==12)
- seq=6
- }
- if (seq==4){
- g--
- if (g==0)
- seq=5
- }
- if (seq==3){
- b++
- if (b==12)
- seq=4
- }
- if (seq==2){
- r--
- if (r==0)
- seq=3
- }
- if (seq==1){
- g++
- if (g==12)
- seq=2
- }
- div.style.position="absolute";
- div.style.height=height+"px";
- div.style.width=width+"px";
- div.style.overflow="hidden";
- div.style.zIndex="10";
- div.style.backgroundColor=rainbow;
- return (div);
- }
- window.onload=function()
- {
- initCursor()
- initImage()
- startTime()
- }
- function initImage() {
- imageId = 'menu'
- image = document.getElementById(imageId);
- setOpacity(image, 0);
- image.style.visibility = "visible";
- fadeIn(imageId,0);
- }
- function fadeIn(objId,opacity) {
- if (document.getElementById) {
- obj = document.getElementById(objId);
- if (opacity <= 100) {
- setOpacity(obj, opacity);
- opacity += 10;
- window.setTimeout("fadeIn('"+objId+"',"+opacity+")", 120);
- }
- }
- }
- function setOpacity(obj, opacity) {
- opacity = (opacity == 100)?99.999:opacity;
- // IE/Win
- obj.style.filter = "alpha(opacity:"+opacity+")";
- // Safari<1.2, Konqueror
- obj.style.KHTMLOpacity = opacity/100;
- // Older Mozilla and Firefox
- obj.style.MozOpacity = opacity/100;
- // Safari 1.2, newer Firefox and Mozilla, CSS3
- obj.style.opacity = opacity/100;
- }
- function changeNav(id) {
- document.getElementById('content').innerHTML=document.getElementById(id).innerHTML;
- document.getElementById('main').innerHTML=document.getElementById('home').innerHTML;
- document.getElementById('rabbit').style.top="275px"
- document.getElementById('penguin').style.top="532px"
- }
- function hidestatus(){
- window.status=""
- return true
- }
- // ]]>
- </script>
- <script type="text/javascript">
- if (window.jstiming) window.jstiming.load.tick('headEnd');
- </script>
- <div class='navbar section' id='navbar'><div class='widget navbar' id='navbar1'><script type="text/javascript">
- function setAttributeOnload(object, attribute, val) {
- if(window.addEventListener) {
- window.addEventListener("load",
- function(){ object[attribute] = val; }, false);
- } else {
- window.attachEvent('onload', function(){ object[attribute] = val; });
- }
- }
- function showRelatedContent(args) {
- var el = document.getElementById('related-iframe');
- if (el.parentNode.style.display != 'none') {
- el.parentNode.style.display = 'none';
- document.onclick = showRelatedContent.prevOnClick;
- return;
- }
- var match = /(?:^[?]|&)c=([0-9]+)(?:&|(?!.))/.exec(args);
- if (match !== null) {
- document.getElementById('related-loading').style.left = match[1] + 'px';
- el.style.left = Math.max(0, match[1] - parseInt(el.width) / 2) + 'px';
- }
- el.src = "http://www.blogger.com"
- + '/related-content.g?q='
- + window.location.href
- + '&id=' + "7792698363959436653";
- el.parentNode.style.display = 'block';
- showRelatedContent.prevOnClick = document.onclick;
- // Hide related-content dropdown when clicking anywhere but on it.
- document.onclick = function() {
- var el = document.getElementById('related-iframe');
- if (el.parentNode.style.display != 'none') {
- el.parentNode.style.display = 'none';
- }
- document.onclick = showRelatedContent.prevOnClick;
- };
- }
- </script>
- </html>