-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.php
364 lines (294 loc) · 21.9 KB
/
index.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
<?php
$url = explode('?', str_replace('index.php/', '', $_SERVER['REQUEST_URI']));
$newurl = urldecode($url[0]);
//echo $newurl;
if ($newurl == "/2011/index.php" || $newurl == "/2011/") {
?>
<!doctype html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7 ]> <html lang="fr" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html lang="fr" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]> <html lang="fr" class="no-js ie8"> <![endif]-->
<!--[if IE 9 ]> <html lang="fr" class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="fr" class="no-js"> <!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
Remove this if you use the .htaccess -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="MSSmartTagsPreventParsing" content="TRUE" />
<meta name="ROBOTS" content="INDEX, FOLLOW" />
<title>Sud Web 2011 - Savoir-faire et faire-savoir - 27 Mai 2011 à Nîmes - ©2010-2011</title>
<meta name="description" lang="fr" content="Savoir-faire et faire-savoir - 27 Mai 2011 à Nîmes" />
<meta name="copyright" content="@ Sud-Web 2011" />
<meta name="author" content="Association Sud-Web loi 1901" />
<meta name="date" scheme="W3CDTF" content="2011-04-26T08:24:30+02:00" />
<link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" />
<meta name="dc.title" lang="fr" content="Sud Web 2011 - Savoir-faire et faire-savoir - 27 Mai 2011 à Nîmes - ©2010-2011" />
<meta name="dc.description" lang="fr" content="Savoir-faire et faire-savoir - 27 Mai 2011 à Nîmes" />
<meta name="dc.language" content="fr" />
<meta name="dc.publisher" content="Association Sud-Web loi 1901" />
<meta name="dc.rights" content="@ Sud-Web 2011" />
<meta name="dc.date" scheme="W3CDTF" content="2011-04-26T08:24:30+02:00" />
<meta name="dc.type" content="text" />
<meta name="dc.format" content="text/html" />
<link rel="section" href="/2011/category/Programme" title="Programme" />
<link rel="section" href="/2011/category/Programme/Lightning-Talks" title="Lightning Talks" />
<link rel="section" href="/2011/category/Orateurs" title="Orateurs" />
<link rel="section" href="/2011/category/Actualit%C3%A9s" title="Actualités" />
<link rel="section" href="/2011/category/Acc%C3%A8s-Lieux" title="Accès-Lieux" />
<link rel="section" href="/2011/category/Partenaires" title="Partenaires" />
<!-- Mobile viewport optimized: j.mp/bplateviewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="/2011/feed/atom" />
<link rel="stylesheet" media="screen" href="/2011/blog/themes/sw2011/css/style5e1f.css?v=2">
<link rel="stylesheet" media="print" href="/2011/blog/themes/sw2011/css/print3860.css?v=1">
<link rel="stylesheet" media="handheld" href="/2011/blog/themes/sw2011/css/handheld3860.css?v=1">
<script src="/2011/blog/themes/sw2011/js/html55e1f.js?v=2"></script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript" src="/2011/geoCrazy/js/gcwidget.js"></script></head>
<body class="dc-home">
<header>
<div class="container">
<div class="inside clearfix">
<p id="quickAccess"><a href="#mainNav">Aller au menu</a> - <a href="#mainContent">Aller au contenu</a></p>
<p id="logo"><a href="/2011/" title="Sud Web 2011 — Savoir-faire et faire savoir" id="logolink"><img src="/2011/blog/themes/sw2011/img/interface/logo-sudweb.png" alt="Sud Web logo" /></a></p>
<p id="headerTxt">
<span id="slogan">Savoir-faire et faire-savoir</span>
<span id="date">Rendez-vous <strong>le 27 mai 2011 à Nîmes</strong> (30)</span>
</p>
<aside>
<form method="get" action="/" id="searchForm">
<p>
<label for="q">
<input type="search" id="q" name="q" class="text swapValue" value="Rechercher" /></label>
<input type="submit" class="submit" value="OK" />
</p>
</form><!--! form#search -->
<!--<p id="mobileLink"><a href="/2011/?theme=swMob2011">Version mobile</a></p>-->
</aside>
</div><!--! div.inside -->
</div><!--! div.container -->
</header>
<nav id="siteNav">
<div class="container">
<ul id="mainNav" class="clearfix">
<li class="current"><a href="/2011/">Accueil</a></li>
<li><a href="/2011/category/Programme">Programme</a></li>
<li><a href="/2011/category/Orateurs">Orateurs</a></li>
<li><a href="/2011/category/Actualit%C3%A9s">Actualités</a></li>
<li><a href="/2011/category/Acc%C3%A8s-Lieux">Accès-Lieux</a></li>
<li><a href="/2011/category/Partenaires">Partenaires</a></li>
<li><a href="/2011/pages/Contact">Contact</a></li>
</ul>
</div><!--! div.container -->
</nav>
<div id="main">
<div class="container clearfix" id="home">
<div id="mainContent" class="inside cols">
<section id="homeWelcome" class="double clearfix">
<div class="contentBlock">
<h2 class="specText pageTitle">Qu'est-ce que c'est ?</h2>
<div class="postContent">
<p>Sud Web une journée de conférences organisée par des bénévoles le 27 mai 2011 à Nîmes. <br />Notre objectif est de « Savoir-faire et
faire-savoir » le web en proposant une journée conviviale et de qualité réunissant les amoureux du web.</p> </div><!-- .postContent -->
</div><!-- .contentBlock -->
<div class="contentBlockAlt">
</div><!-- .contentBlockAlt -->
</section>
<div class="clearfix">
<section class="single" id="homeMea1">
<div class="titleBlock clearfix">
<h2 class="specText blockTitle"><a href="/2011/category/Orateurs">Orateurs</a></h2>
<p class="moreLink"><a href="/2011/category/Orateurs" class="quicklink">Tous les orateurs</a></p>
</div><!--! div.titleBlock -->
<div id="orateurs" class="contentBlock">
<ul>
<li class="illusImg">
<figure>
<a href="/2011/index.php/post/Jean-Etienne-Durand"><img src="/2011/blog/public/orateurs/Jean-Etienne-Durand-home.jpg" alt="Photo de Jean-Étienne Durand" width="64" height="64" />
<figcaption>Jean-Étienne Durand</figcaption></a>
</figure>
</li><li class="illusImg">
<figure>
<a href="/2011/index.php/post/Mathieu-Pillard"><img src="/2011/blog/public/orateurs/Mathieu-Pillard-home.jpg" alt="Photo de Mathieu Pillard" width="64" height="64" />
<figcaption>Mathieu Pillard</figcaption></a>
</figure>
</li><li class="illusImg">
<figure>
<a href="/2011/index.php/post/Pablo-Pernot"><img src="/2011/blog/public/orateurs/Pablo-Pernot-home.jpg" alt="Photo de Pablo Pernot" width="64" height="64" />
<figcaption>Pablo Pernot</figcaption></a>
</figure>
</li><li class="illusImg lastItem">
<figure>
<a href="/2011/index.php/post/Corinne-Schillinger"><img src="/2011/blog/public/orateurs/Corinne-Schillinger-home.jpg" alt="Photo de Corinne Schillinger" width="64" height="64" />
<figcaption>Corinne Schillinger</figcaption></a>
</figure>
</li> </ul>
</div>
</section><!--! section.single -->
<section class="single" id="homeMea2">
<div class="titleBlock clearfix">
<h2 class="specText blockTitle"><a href="/2011/category/Programme">Conférences</a></h2>
<p class="moreLink"><a href="/2011/category/Programme" class="quicklink">Toutes les conférences</a></p>
</div><!--! div.titleBlock -->
<div id="conferences" class="contentBlock">
<h3 class="itemTitle"><a href="/2011/post/Acheter-des-prestations-IT-et-web-un-exercice-a-part-entiere">Acheter des prestations IT et web - un exercice à part entière</a></h3>
<p class="itemNote">De <time datetime="2011-05-27T9h00+02:00">9h00</time>
à <time datetime="2011-05-27T9h20+02:00">9h20</time> (20min)
par <a href="/2011/index.php/post/Olivier-Mansour">Olivier Mansour</a> <br />Mots-clés : <a href="/2011/index.php/tag/achat">achat</a>, <a href="/2011/index.php/tag/vente">vente</a>, <a href="/2011/index.php/tag/valeurs">valeurs</a>, <a href="/2011/index.php/tag/prestation">prestation</a>, <a href="/2011/index.php/tag/m%C3%A9thodologie">méthodologie</a></p>
<div class="postContent">
<p>La réussite d'un projet Web ne dépend pas que du prestataire le réalisant. L'acheteur joue également un rôle clé. <a href="/2011/post/Acheter-des-prestations-IT-et-web-un-exercice-a-part-entiere" title="Acheter des prestations IT et web - un exercice à part entière : lire la suite">Lire la suite</a></p>
</div><!-- .postContent -->
</div>
</section><!--! section.single -->
</div><!-- .clearfix -->
<section class="double clearfix" id="homeMea3">
<div class="titleBlock clearfix">
<h2 class="specText blockTitle"><a href="/2011/category/Actualit%C3%A9s">Actualités</a></h2>
<p class="moreLink"><a href="/2011/category/Actualit%C3%A9s" class="quicklink">Toutes les actualités</a></p>
</div><!--! div.titleBlock -->
<article class="contentBlock ">
<h3 class="itemTitle"><a href="/2011/post/30-nouvelles-places-a-tarif-reduit-">30 nouvelles places à tarif réduit !</a></h3>
<p class="itemNote">Le <time datetime="22-04-2011T18:00+02:00">22/04/2011 à 18h00</time><br />
Mots-clés : <a href="/2011/tag/actus">actus</a>, <a href="/2011/tag/inscriptions">inscriptions</a>, <a href="/2011/tag/r%C3%A9duction">réduction</a></p>
<div class="postContent">
<p>Avec l'arrivée de nouveaux sponsors (PouipouiDesign, WellDev et Kayuko), nous pouvons vous proposer... <a href="/2011/post/30-nouvelles-places-a-tarif-reduit-" title="30 nouvelles places à tarif réduit ! : http://sudweb.fr/post/30-nouvelles-places-a-tarif-reduit-">lire la suite</a></p>
</div><!-- .postContent -->
</article><!-- .contentBlockAlt -->
<article class="contentBlock contentBlockAlt">
<h3 class="itemTitle"><a href="/2011/post/15-places-a-tarif-reduit-pour-les-etudiants-et-demandeurs-d-emploi-">15 places à tarif réduit pour les étudiants et demandeurs d'emploi !</a></h3>
<p class="itemNote">Le <time datetime="20-04-2011T13:08+02:00">20/04/2011 à 13h08</time><br />
Mots-clés : <a href="/2011/tag/actus">actus</a>, <a href="/2011/tag/inscriptions">inscriptions</a>, <a href="/2011/tag/r%C3%A9duction">réduction</a></p>
<div class="postContent">
<p>Grâce à la société Akei, sponsor de dernière minute, nous sommes en mesure de vous proposer 15... <a href="/2011/post/15-places-a-tarif-reduit-pour-les-etudiants-et-demandeurs-d-emploi-" title="15 places à tarif réduit pour les étudiants et demandeurs d'emploi ! : http://sudweb.fr/post/15-places-a-tarif-reduit-pour-les-etudiants-et-demandeurs-d-emploi-">lire la suite</a></p>
</div><!-- .postContent -->
</article><!-- .contentBlockAlt -->
<article class="contentBlock ">
<h3 class="itemTitle"><a href="/2011/post/Prenez-un-pack-Web-UXSud-Web-et-profitez-du-DIF">Prenez un pack Web UX / Sud Web et profitez du Droit Individuel à la Formation !</a></h3>
<p class="itemNote">Le <time datetime="20-04-2011T12:02+02:00">20/04/2011 à 12h02</time><br />
Mots-clés : <a href="/2011/tag/actus">actus</a>, <a href="/2011/tag/dif">dif</a>, <a href="/2011/tag/inscriptions">inscriptions</a>, <a href="/2011/tag/Web%20UX">Web UX</a>, <a href="/2011/tag/%C3%A9conomie">économie</a></p>
<div class="postContent">
<p>Vous êtes salarié et pouvez bénéficier d'une convention de formation?? Web UX et Sud Web ont pensé à... <a href="/2011/post/Prenez-un-pack-Web-UXSud-Web-et-profitez-du-DIF" title="Prenez un pack Web UX / Sud Web et profitez du Droit Individuel à la Formation ! : http://sudweb.fr/post/Prenez-un-pack-Web-UXSud-Web-et-profitez-du-DIF">lire la suite</a></p>
</div><!-- .postContent -->
</article><!-- .contentBlockAlt -->
<article class="contentBlock contentBlockAlt">
<h3 class="itemTitle"><a href="/2011/post/Organiser-une-conference-web-en-six-mois">Organiser une conférence web en six mois, fastoche ?</a></h3>
<p class="itemNote">Le <time datetime="19-04-2011T14:57+02:00">19/04/2011 à 14h57</time><br />
Mots-clés : </p>
<div class="postContent">
<p>Que vous assistiez à des conférences ou que vous souhaitiez en organiser, vous vous êtes peut-être... <a href="/2011/post/Organiser-une-conference-web-en-six-mois" title="Organiser une conférence web en six mois, fastoche ? : http://sudweb.fr/post/Organiser-une-conference-web-en-six-mois">lire la suite</a></p>
</div><!-- .postContent -->
</article><!-- .contentBlockAlt -->
</section><!-- .double -->
</div><!--! div#mainContent.inside -->
<aside id="sidebar" class="cols">
<section id="followUs">
<h3 class="specText2">Suivez-nous sur</h3>
<ul>
<li><a href="http://www.facebook.com/SudWeb" rel="external" title="Suivez-nous sur Facebook (nouvelle fenêtre)"><img src="/2011/blog/themes/sw2011/img/interface/logo-facebook.png" alt="facebook" /></a></li>
<li><a href="http://www.twitter.com/sudweb" rel="external" title="Suivez-nous sur Twitter (nouvelle fenêtre)"><img src="/2011/blog/themes/sw2011/img/interface/logo-twitter.png" alt="twitter" /></a></li>
<li><a href="http://lanyrd.com/2011/sudweb/" rel="external" title="Suivez-nous sur Lanyrd (nouvelle fenêtre)"><img src="/2011/blog/themes/sw2011/img/interface/logo-lanyrd.png" alt="lanyrd" /></a></li>
</ul>
</section>
<section>
<h3 class="specText2">Avec le soutien <br />du <a href="http://www.w3.org/participate/otherevents/" rel="external" hreflang="en"><img src="/2011/blog/public/partenaires/logo_w3c-s.png" alt="W3C" style="vertical-align: middle;" /></a></h3>
</section>
<section id="friendsList">
<h3 class="specText2">Nos amis</h3>
<p><a href="http://www.paris-web.fr/" hreflang="fr" rel="external">Paris Web</a> <span>-</span>
<a href="http://www.web-ux.org/" hreflang="fr" rel="external">Web-UX</a></p><p><a href="http://nowificonferences.com/fr" hreflang="fr" rel="external"><img src="/2011/blog/themes/sw2011/img/media/banner.png" alt="nowifi conferences" /></a>
</p>
</section>
<section id="partnersList">
<h3 class="specText2">Nos partenaires</h3>
<div id="partnersListContainer">
<div class="origList">
<ul>
<li><a href="/2011/post/Akei"><img alt="Logo d'Akei" src="/2011/blog/public/partenaires/.logo_akei_t.jpg" class="" /></a></li>
<li><a href="/2011/post/Ecole-des-Mines-d-Ales-site-de-Nimes"><img alt="Logo de l'École des Mines d'Alès, site de Nîmes" src="/2011/blog/public/partenaires/.logo-ema_t.jpg" class="" /></a></li>
<li><a href="/2011/post/Eyrolles"><img alt="Logo de Eyrolles" src="/2011/blog/public/partenaires/.eyrolles_300_t.jpg" class="" /></a></li>
<li><a href="/2011/post/K-Prodz"><img alt="Logo de K-Prodz" src="/2011/blog/public/partenaires/.logo_kprodz_t.jpg" class="" /></a></li>
<li><a href="/2011/post/Kayuko"><img alt="Logo de Kayuko" src="/2011/blog/public/partenaires/.logo_kayuko_t.jpg" class="" /></a></li>
<li><a href="/2011/post/PouipouiDesign"><img alt="Logo de PouipouiDesign" src="/2011/blog/public/partenaires/.logo_pouipouidesign_t.jpg" class="" /></a></li>
<li><a href="/2011/post/WellDev"><img alt="Logo de WellDev" src="/2011/blog/public/partenaires/.logo_welldev_t.jpg" class="" /></a></li>
</ul>
</div>
<span class="carouselNav"></span>
</div>
<p class="moreLink"><a href="/2011/category/Partenaires" class="quicklink">Tous nos partenaires</a></p>
</section>
<section id="tagCloud">
<h3 class="specText2">Mots-clés</h3>
<div class="tags"><ul><li><a href="/2011/tag/achat" class="tag10" rel="tag">achat</a> </li><li><a href="/2011/tag/actus" class="tag60" rel="tag">actus</a> </li><li><a href="/2011/tag/agile" class="tag10" rel="tag">agile</a> </li><li><a href="/2011/tag/cloud" class="tag20" rel="tag">cloud</a> </li><li><a href="/2011/tag/collaboration" class="tag10" rel="tag">collaboration</a> </li><li><a href="/2011/tag/css" class="tag10" rel="tag">css</a> </li><li><a href="/2011/tag/d%C3%A9veloppement" class="tag100" rel="tag">développement</a> </li><li><a href="/2011/tag/hash" class="tag10" rel="tag">hash</a> </li><li><a href="/2011/tag/html5" class="tag10" rel="tag">html5</a> </li><li><a href="/2011/tag/http" class="tag10" rel="tag">http</a> </li><li><a href="/2011/tag/inscriptions" class="tag20" rel="tag">inscriptions</a> </li><li><a href="/2011/tag/mot%20de%20passe" class="tag10" rel="tag">mot de passe</a> </li><li><a href="/2011/tag/m%C3%A9thodologie" class="tag40" rel="tag">méthodologie</a> </li><li><a href="/2011/tag/m%C3%A9tier" class="tag30" rel="tag">métier</a> </li><li><a href="/2011/tag/prestation" class="tag10" rel="tag">prestation</a> </li><li><a href="/2011/tag/r%C3%A9duction" class="tag10" rel="tag">réduction</a> </li><li><a href="/2011/tag/s%C3%A9curit%C3%A9" class="tag10" rel="tag">sécurité</a> </li><li><a href="/2011/tag/valeurs" class="tag40" rel="tag">valeurs</a> </li><li><a href="/2011/tag/vente" class="tag10" rel="tag">vente</a> </li><li><a href="/2011/tag/%C3%A9conomie" class="tag10" rel="tag">économie</a> </li></ul><p><strong><a href="/2011/tags">Tous les tags</a></strong></p></div> </section>
</aside>
<p id="back2Top"><a href="#quickAccess">⇑ Retour en haut</a></p><!--! p#back2Top -->
</div><!--! div.container -->
</div><!--! div#main -->
<footer>
<div class="container clearfix">
<section class="footerContent" id="footerContent1">
<h2 class="specText2">À propos de l'Association Sud-Web</h2>
<p>Derrière Sud Web (l'événement), il y a Sud-Web (l'association). Derrière le rêve et les paillettes, il y a les travailleurs de l'ombre, qui s'activent en silence pour donner vie à leur passion.... <a href="/2011/pages/Association-Sud-Web" title="Association Sud-Web : http://sudweb.fr/pages/Association-Sud-Web">Voulez-vous en savoir plus ?</a></p>
</section><!-- .footerContent -->
<section class="footerContent" id="footerContent2">
<h2 class="specText2">Promotion</h2>
<ul class="clearfix">
<li><a href="/2011/pages/Promotion">Bannières</a></li>
<li><a href="/2011/blog/public/sudweb2011-dossier_presse.pdf">Dossier de Presse FR</a> (PDF, 879ko)</li>
<li><a href="/2011/blog/public/sudweb2011-communique_presse.pdf">Communiqué de Presse FR</a> (PDF, 90ko)</li>
</ul>
</section><!-- .footerContent -->
<aside>
<p><a href="/2011/pages/Plan-du-site">Plan du site</a> - <a href="/2011/pages/Credits">Crédits</a><br /><a href="/2011/pages/Mentions-legales">Mentions légales</a></p>
<p>Hébergé par <a href="http://www.alwaysdata.com/" rel="external">AlwaysData</a></p>
<p>© 2010-2011</p>
</aside>
</div><!--! div.container -->
</footer>
<!-- Javascript at the bottom for fast page loading -->
<!-- Grab Google CDN's jQuery. fall back to local if necessary -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="/2011/js/jquery-1.4.4.min.js"%3E%3C/script%3E'))</script>
<!-- remove the "no-js" class from the <html> tag -->
<script>
jQuery('html').toggleClass('no-js');
</script>
<script src="/2011/blog/themes/sw2011/js/utilsbea6.js?v=2"></script>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<!--<script type="text/javascript">
(function () {
if(/iPhone|iPod/i.test(navigator.userAgent)){
if (!jQuery.cookie('swmob2011')) {
var question = confirm(MSG_IPHONE)
if (question){
jQuery.cookie('swmob2011', 'oui', { path: '/', expires: 10});
window.location = "?theme=swmob2011";
}
}
}
}());
</script>-->
<!-- asynchronous google analytics: mathiasbynens.be/notes/async-analytics-snippet
change the UA-XXXXX-X to be your site's ID -->
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-22076213-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>
</body>
</html>
<?php
}
else if(file_exists('./'.$newurl))
readfile('./'.$newurl);
else if (file_exists('./'.$newurl.'.html'))
readfile('./'.$newurl.'.html');
else if (file_exists('../'.$newurl.'.html'))
readfile('../'.$newurl.'.html');
?>