1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
|
<html>
<head>
<title>dump.fm</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<META NAME="keywords" CONTENT="dump.fm, image chat, realtime, internet 3.0, dump, dump fm, image dump, pictures, image links, image board">
<META NAME="description" CONTENT="Talk with pictures!">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script type="text/javascript" src="/static/js/sha1.js"></script>
<script type="text/javascript" src="/static/js/home.js"></script>
<link rel="stylesheet" href="/static/css/top.css" type="text/css" media="screen" />
<link rel="shortcut icon" href="/static/favicon.ico">
<script src="/static/js/loopedslider.js" type="text/javascript" charset="utf-8"></script>
<script>
$(document).ready(initLoginForm);
</script>
<script type="text/javascript">
jQuery(window).load(function() {
jQuery('#slider').nivoSlider({
effect:'random',
slices:15,
animSpeed:500,
pauseTime:5000,
startSlide:0, //Set starting Slide (0 index)
directionNav:false, //Next & Prev
directionNavHide:false, //Only show on hover
controlNav:false, //1,2,3...
controlNavThumbs:false, //Use thumbnails for Control Nav
controlNavThumbsSearch: '.jpg', //Replace this with...
controlNavThumbsReplace: '_thumb.jpg', //...this in thumb Image src
keyboardNav:false, //Use left & right arrows
pauseOnHover:false, //Stop animation while hovering
manualAdvance:false, //Force manual transitions
captionOpacity:0.8, //Universal caption opacity
beforeChange: function(){},
afterChange: function(){},
slideshowEnd: function(){} //Triggers after all slides have been shown
});
});
</script>
</head>
<body>
<div id="rapper">
<div id="toplogo">
<img style="visibility:hidden;width:0px;height:0px;"/><style type='text/css'>
</style>
<a class="img_roll" href="/register"></a>
<div id="lilflag">
HOME OF THE SLOTHGOTH!!!!!
</div>
</div>
<div id="bottomcontainer">
<div id="wtf">
<a href="/register"><div id="wtftxt">
Click here to Register!
</div>
<a href="/chat"><div id="previewdump">
preview dump.fm!
</div>
</a>
<div id="loopedSlider">
<div class="container">
dlkhjdfsgkhjgdhjklgsdfdgfjlhkdfg
</div>
</div>
</div>
<div id="signin">
<div id="membertxt">Already a member?</div><br><br>
<input type="text" id="nickInput" size="17" /><br>
<input id="passwordInputLabel" name="passwordInputLabel" size="17" type="text" class="invisible">
<input type="password" id="passwordInput" size="17" /><br />
<input id="signin-submit" value="Sign In!" />
<div id="remember"><label>
<input checked="checked" type="checkbox" name="rememberme" id="remembermeInput" />
Remember Me
</label>
<br>
<a href="/reset-request">Lost password?</a><br>
</div>
</div>
</div>
<div id="footer">
@2010 <a href="/">dump.fm</a>
<a href="/about_us"><span style="word-spacing:normal;">About Us</span></a>
<a href="/terms">Terms</a>
<a href="/privacy">Privacy</a></div>
</div>
<div id="preload">
<img src="/static/img/cursors/osx.hand.gif" class="no-cursor invisible" id="cursor-big">
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-12364576-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>
|