-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsitemap.html
97 lines (85 loc) · 2.67 KB
/
sitemap.html
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
<!DOCTYPE HTML>
<html>
<head>
<title>Dublin Traffic Cams</title>
<link rel="stylesheet" href="css/styles.css" type="text/css" media="screen" />
<meta name="description" content="Traffic Cams Dublin" />
<meta name="keywords" content="Dublin, traffic, camera, livedrive, AA roadwatch, traffic cams, sitemap" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
<script src="js/jquery-1.6.1.min.js"></script>
<!--Analytics-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23963982-1']);
_gaq.push(['_trackPageview']);
(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 to create tabs with rollover, insert all id as parameters -->
<script>
$(document).ready(function () {
$("#menu").slideDown("fast");
});
$(document).ready(function () {
$("#about").mouseover(function(){
$(this).addClass("rollover");
});
$("#about").mouseout(function(){
$(this).removeClass("rollover");
});
});
$(document).ready(function () {
$("a[href='#']").children().addClass("rollover");
});
</script>
</head>
<body>
<!--[if lt IE 7]>
<script type="text/javascript">
alert ("Still using an old version of Internet Explorer!\nTo see our site correctly, please update it\n or maybe you can install Google Chrome or Firefox.")
</script>
<![endif]-->
<div class="container" id="container">
<!--Menu bar at top of page -->
<div class="menu" id="menu">
<a class="linktab" href="index.html">
<div class="about" id="about">
home
</div>
</a>
<div class="productname" id="productname">
Traffic Cams Dublin
</div>
</div>
<div class="about_text" id="about_text">
<div class="header" id="header">
Traffic Cams Dublin
</div>
<div class="main_text" id="main_text">
<a href="index.html">home</a><br>
<a href="camera.html">choose your camera</a><br>
<a href="map.html">cameras on a map</a><br>
<a href="about.html">about</a><br>
<a href="sitemap.html">sitemap</a><br>
</div>
</div>
<div class="ad_desktop" id="ad_desktop">
<!--Desktop Ad-->
<script type="text/javascript"><!--
google_ad_client = "ca-pub-0058068697090854";
/* traffic.savina.net */
google_ad_slot = "6293632904";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
</div>
</body>
</html>