-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
executable file
·88 lines (74 loc) · 2.51 KB
/
footer.php
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
<!--
<?php
if($_SERVER['PHP_SELF']!="/index.php")
{
?>
<div style="text-align:center">
<script type="text/javascript">
google_ad_client = "pub-3256023941811311";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
//2007-10-23: buzzerbeater
google_ad_channel = "5167022614";
google_color_border = "1B703A";
google_color_bg = "003366";
google_color_link = "FFFFFF";
google_color_text = "78B749";
google_color_url = "80FF00";
google_ui_features = "rc:10";
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<?
}
?>
<div id="googleside">
<? if($_SESSION['theme']=="classic") { ?>
<script type="text/javascript">
google_ad_client = "pub-3256023941811311";
// 120x600, created 31/03/10
google_ad_slot = "7354897139";
google_ad_width = 120;
google_ad_height = 600;
</script>
<? }
else { ?>
<script type="text/javascript">
google_ad_client = "pub-3256023941811311";
/* 120x600, created 14/05/10 */
google_ad_slot = "3466510694";
google_ad_width = 120;
google_ad_height = 600;
</script>
<? } ?>
-->
<script type="text/javascript">
/*src="http://pagead2.googlesyndication.com/pagead/show_ads.js">*/
</script>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-8881866-1']);
_gaq.push(['_setDomainName', '.buzzerbeaterstats.com']);
_gaq.push(['_trackPageview']);
_gaq.push(['_trackPageLoadTime']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript" src="/min/?f=js/jquery.min.js,js/jquery-ui-1.8.custom.min.js,js/jquery.tablesorter.js,js/slide.js,js/languageSelect.js,js/languageGoogle.js,js/animatedcollapse.js,js/jquery.corner.js,js/flot/jquery.flot.js,js/pageLoad.js&432500"></script>
<script type="text/javascript">
$("#supportClose").click(function(event) {
event.preventDefault();
$("#supportdialog").remove();
});
</script>
</div>
</div>
</body>
</html>