-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.php
executable file
·104 lines (59 loc) · 2.46 KB
/
contact.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta name="Design" content="Malcolm Mackay"/>
<meta name="Hosting" content="Malcolm Mackay"/>
<title>Village Service Trust</title>
<link rel="stylesheet" href="style.css" title="Contemporary" type="text/css"/>
<link rel="icon" href="favicon.png" type="image/png"/>
<script src="smoothgallery/scripts/mootools.v1.11.js" type="text/javascript"></script>
<script src="smoothgallery/scripts/jd.gallery_campaigns.js" type="text/javascript"></script>
<link rel="stylesheet" href="smoothgallery/css/jd.gallery_campaigns.css" type="text/css" media="screen" />
<script src="smoothgallery/scripts/jd.gallery.set.js" type="text/javascript"></script>
<script type="text/javascript">
function startGallery() {
var myGallery = new gallery($('home_images'), {
timed: true,
delay: 13000,
showArrows: false,
showCarousel: false,
embedLinks: true,
showInfopane: true
});
}
window.addEvent('domready', startGallery);
</script>
</head>
<body>
<?php
include("header.php");
displayHeader("'index.php'")
?>
<div id="central">
<?php
include("nav.php");
displayNav($_SERVER['PHP_SELF']);
?>
<div id="main" style="min-height:0px">
<h5 style="margin-bottom:0px;">The Village Service Trust</h5>
<p class="nospace">Michaelpalayam - 624215</p>
<p class="nospace">Nilakottai Taluk</p>
<p class="nospace">Dindigul District</p>
<p class="nospace">Tamil Nadu</p>
<p class="nospace">South India</p>
<p><i>Phone</i> +91 (451) 6531 997</p>
<p><i>Mobile</i> +91 (0) 995 286 4440 <i>or</i> +91 (0) 984 212 4729</p>
<p><i>Fax</i> +91 (451) 242 0430 <i>or</i> +91 (451) 244 0062</p>
<p><i>Email</i> <a class="external" href="mailto:thevst@rediffmail.com">thevst@rediffmail.com</a></p>
</div></div></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-9165696-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>