Recent Posts
None | 0 sec ago
None | 51 sec ago
None | 55 sec ago
None | 1 min ago
None | 1 min ago
AutoIt | 1 min ago
None | 1 min ago
None | 1 min ago
None | 1 min ago
C++ | 2 min ago
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
By fosk on the 11th of Apr 2008 02:08:10 PM
Download |
Raw |
Embed |
Report
/* PASTE THESE LINES IN THE CSS SECTION OF YOUR THEME */
.shuffle {
position: fixed;
top: 3px;
left: 3px;
margin: 0;
padding: 0;
_position: static;
_margin: 3px;
_text-align: right;
z-index: 1;
}
.shuffle a img {
border: 0;
}
<!-- PASTE THESE LINES SOMEWHERE IN THE BODY HTML -->
<script type="text/javascript">
function shuffle() {
var s1='<p class="shuffle"><a href="http://YOUR-TUMBLR-NAME.tumblr.com/';
var s2='</a></p>';
Total=0+64;
if(Total>0) {
var r=Math.ceil(Math.random() * Total);
document.write(s1+'page/'+r+'">'+'<img src="http://data.tumblr.com/OY9NpboAI1s7qus3Dvw52nRC_500.png" width="70" height="20">'+s2);
}
}
shuffle();
</script>
Submit a correction or amendment below.
Make A New Post