forked from charonleith/mobileGP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
schedule.html
396 lines (391 loc) · 14.3 KB
/
schedule.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
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
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
<!doctype html>
<html lang="en">
<head>
<meta name="viewport" content="width=450;"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>2012 Honda Grand Prix of St Petersburg</title>
<link href="http://www.stpete.org/mobile_style.css" rel="stylesheet" type="text/css" />
<link href="http://www.stpete.org/scripts/jquery.countdown.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="http://www.stpete.org/scripts/jquery-1.6.2.min.js"></script>
<script type="text/javascript" src="scripts/jquery.countdown.js"></script>
<script type="text/javascript">
$(function () {
$('#mar238a').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 23, 8, 00, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar238a});
function hmar238a(){
$('#mar238a').hide();
};
$('#mar23845a').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 23, 8, 45, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar23845a});
function hmar23845a(){
$('#mar23845a').hide();
};
$('#mar23935a').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 23, 9, 35, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar23935a});
function hmar23935a(){
$('#mar23935a').hide();
};
$('#mar231030a').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 23, 10, 30, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar231030a});
function hmar231030a(){
$('#mar231030a').hide();
};
$('#mar231105a').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 23, 11, 05, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar231105a});
function hmar231105a(){
$('#mar231105a').hide();
};
$('#mar231150a').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 23, 11, 50, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar231150a});
function hmar231150a(){
$('#mar231150a').hide();
};
$('#mar2312p').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 23, 12, 00, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar2312p});
function hmar2312p(){
$('#mar2312p').hide();
};
$('#mar23105p').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 23, 13, 05, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar23105p});
function hmar23105p(){
$('#mar23105p').hide();
};
$('#mar23155p').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 23, 13, 55, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar23155p});
function hmar23155p(){
$('#mar23155p').hide();
};
$('#mar23250p').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 23, 14, 50, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar23250p});
function hmar23250p(){
$('#mar23250p').hide();
};
$('#mar23405p').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 23, 16, 05, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar23405p});
function hmar23405p(){
$('#mar23405p').hide();
};
$('#mar23440p').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 23, 16, 40, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar23440p});
function hmar23440p(){
$('#mar23440p').hide();
};
$('#mar23525p').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 23, 17, 25, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar23525p});
function hmar23525p(){
$('#mar23525p').hide();
};
$('#mar23610p').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 23, 18, 10, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar23610p});
function hmar23610p(){
$('#mar23610p').hide();
};
$('#mar237p').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 23, 19, 00, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar237p});
function hmar237p(){
$('#mar237p').hide();
};
$('#mar23715p').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 23, 19, 15, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar23715p});
function hmar23715p(){
$('#mar23715p').hide();
};
$('#mar248a').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 24, 8, 00, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar248a});
function hmar248a(){
$('#mar248a').hide();
};
$('#mar249a').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 24, 9, 00, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar249a});
function hmar249a(){
$('#mar249a').hide();
};
$('#mar24955a').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 24, 9, 55, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar24955a});
function hmar24955a(){
$('#mar24955a').hide();
};
$('#mar241110a').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 24, 11, 10, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar241110a});
function hmar241110a(){
$('#mar241110a').hide();
};
$('#mar241145a').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 24, 11, 45, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar241145a});
function hmar241145a(){
$('#mar241145a').hide();
};
$('#mar241210p').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 24, 12, 10, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar241210p});
function hmar241210p(){
$('#mar241210p').hide();
};
$('.mar241p').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 24, 13, 00, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar241p});
function hmar241p(){
$('.mar241p').hide();
};
$('#mar24155p').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 24, 13, 55, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar24155p});
function hmar24155p(){
$('#mar24155p').hide();
};
$('#mar24330p').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 24, 15, 30, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar24330p});
function hmar24330p(){
$('#mar24330p').hide();
};
$('#mar244p').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 24, 16, 00, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar244p});
function hmar244p(){
$('#mar244p').hide();
};
$('#mar24455p').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 24, 16, 55, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar24455p});
function hmar24455p(){
$('#mar24455p').hide();
};
$('#mar246p').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 24, 18, 00, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar246p});
function hmar246p(){
$('#mar246p').hide();
};
$('#mar258a').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 25, 8, 00, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar258a});
function hmar258a(){
$('#mar258a').hide();
};
$('#mar25835a').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 25, 8, 35, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar25835a});
function hmar25835a(){
$('#mar25835a').hide();
};
$('#mar25915a').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 25, 9, 15, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar25915a});
function hmar25915a(){
$('#mar25915a').hide();
};
$('#mar251005a').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 25, 10, 05, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar251005a});
function hmar251005a(){
$('#mar251005a').hide();
};
$('#mar2511a').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 25, 11, 00, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar2511a});
function hmar2511a(){
$('#mar2511a').hide();
};
$('#mar2512p').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 25, 12, 00, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar2512p});
function hmar2512p(){
$('#mar2512p').hide();
};
$('#mar251230p').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 25, 12, 30, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar251230p});
function hmar251230p(){
$('#mar251230p').hide();
};
$('#mar25330p').countdown({
until: $.countdown.UTCDate(-4, 2012, 13-1, 25, 15, 30, 0, 0), format: 'HM', alwaysExpire:true, onExpiry: hmar25330p});
function hmar25330p(){
$('#mar25330p').hide();
};
});
</script>
</head>
<body>
<div class="body">
<!-- // removed to simply page
<a href="http://www.stpete.org/mobilegp/"><img src="header.jpg" width="440" height="147" alt="Honda Grand Prix Mobile Phone Resource"></a><br />
<a href="http://www.stpete.org/mobilegp/"><img class="fltlft"src="home.gif" alt="Home Button" width="126" height="38"></a>
<div class="navigation"><a href="http://www.stpete.org/mobilegp/"></a>Race Schedule</div>
<a href="social.html"><img class="socialicon" src="images/facebook.png"></a><a href="social.html"
><img class="socialicon" src="images/twitter.png"></a>
-->
<article>
<p><STRONG>Saturday, March 24</STRONG></p>
<table width="100%" border="0" cellspacing="8">
<tr>
<th bgcolor="#CCCCCC">Starts in</th>
<th bgcolor="#CCCCCC"><div align="center">Time of Event</div></th>
<th bgcolor="#CCCCCC">Event Name</th>
</tr>
<tr>
<td width="25%"><div id="mar248a"></div></td>
<td width="34%"><div align="center">8:00 - 8:45</div></td>
<td width="41%"><strong>PWC Qualifying</strong></td>
</tr>
<tr>
<td><div id="mar249a"></div></td>
<td><div align="center">9:00 - 9:40</div></td>
<td><strong>Firestone Indy Lights Qualifying</strong></td>
</tr>
<tr>
<td><div id="mar24955a"></div></td>
<td><div align="center">9:55 - 10:55</div></td>
<td><strong>IZOD IndyCar Practice</strong></td>
</tr>
<tr>
<td><div id="mar241110a"></div></td>
<td><div align="center">11:10 - 12:00</div></td>
<td><strong>Ferrari Race #1</strong></td>
</tr>
<tr>
<td><div id="mar241145a"></div></td>
<td><div align="center">11:45 - 12:45</div></td>
<td><strong>Driver Autographs - Fan Village - Indycar</strong><br>
<span style="font-size:.8em;">Rahal, Kimball, Wilson, Jakes, Andretti, Hunter-Reay, Hinchcliffe,
Legge, Bourdais, Servia, Tagliani, Newgarden, Sato, Conway</span></td>
</tr>
<tr>
<td><div id="mar241210p"></div></td>
<td><div align="center">12:10 - 12:50</div></td>
<td><strong>USF2000 Race #1</strong></td>
</tr>
<tr>
<td><div class="mar241p"></div></td>
<td><div align="center">1:00 - 1:40</div></td>
<td><strong>Star Mazda Race #1</strong></td>
</tr>
<tr>
<td><div class="mar241p"></div></td>
<td><div align="center">1:00 - 1:30</div></td>
<td><strong>Driver Autographs - Fan Village - Indy Lights</strong></td>
</tr>
<tr>
<td><div class="mar241p"></div></td>
<td><div align="center">1:00 -2:00 </div></td>
<td><strong>Driver Autographs - PWC Paddock- PWC</strong></td>
</tr>
<tr>
<td><div id="mar24155p"></div></td>
<td><div align="center">1:55 - 3:15</div></td>
<td><strong>IZOD IndyCar Qualifying & Firestone Fast 6</strong></td>
</tr>
<tr>
<td><div id="mar24330p"></div></td>
<td><div align="center">3:30 - 4:40</div></td>
<td><strong>Firestone Indy Lights Race - 45 Laps</strong></td>
</tr>
<tr>
<td><div id="mar244p"></div></td>
<td><div align="center">4:00 - 5:00</div></td>
<td><strong>Driver Autographs - Fan Village - Indycar</strong><span style="font-size:.8em;"><br>
Franchitti, Dixon, Castroneves, Power, Briscoe, Hildebrand
Kanaan, Barrichello, Viso, deSilvestro, Pagenaud, Carpenter</span></td>
</tr>
<tr>
<td><div id="mar24455p"></div></td>
<td><div align="center">4:55 - 5:45</div></td>
<td><strong>Ferrari Qualifying #2</strong></td>
</tr>
<tr>
<td><div id="mar246p"></div></td>
<td><div align="center">6:00 - 7:00</div></td>
<td><strong>PWC Race #1</strong></td>
</tr>
</table>
<p><STRONG>Sunday, March 25</STRONG></p>
<table width="100%" border="0" cellspacing="8">
<tr>
<th bgcolor="#CCCCCC">Starts in</th>
<th bgcolor="#CCCCCC"><div align="center">Time of Event</div></th>
<th bgcolor="#CCCCCC">Event Name</th>
</tr>
<tr>
<td width="25%"><div id="mar258a"></div></td>
<td width="34%"><div align="center">8:00 - 8:20</div></td>
<td width="41%"><strong>Ferrari Sponsor Hot Laps</strong></td>
</tr>
<tr>
<td><div id="mar25835a"></div></td>
<td><div align="center">8:35 - 9:05</div></td>
<td><strong>IZOD IndyCar Warm-up</strong></td>
</tr>
<tr>
<td><div id="mar25915a"></div></td>
<td><div align="center">9:15 - 9:55</div></td>
<td><strong>USF2000 Race #2</strong></td>
</tr>
<tr>
<td><div id="mar251005a"></div></td>
<td><div align="center">10:05-10:45</div></td>
<td><strong>Star Mazda Race #2</strong></td>
</tr>
<tr>
<td><div id="mar2511a"></div></td>
<td> <div align="center">11:00 - 12:00</div></td>
<td><strong>PWC Race #2</strong></td>
</tr>
<tr>
<td><div id="mar2512p"></div></td>
<td><div align="center">12:00 - 12:30</div></td>
<td><strong>IZOD IndyCar Pre-Race</strong></td>
</tr>
<tr>
<td><div id="mar251230p"></div></td>
<td><div align="center">12:30 - 3:00</div></td>
<td><strong>IZOD IndyCar Race (Live on ABC) 100 Laps</strong></td>
</tr>
<tr>
<td><div id="mar25330p"></div></td>
<td><div align="center">3:30 - 4:20</div></td>
<td><strong>Ferrari Race #2</strong></td>
</tr>
</table>
<!--
<p><script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'search',
search: 'gpstpete',
interval: 6000,
title: '@StPeteEvents - The Official Voice for St Pete',
subject: 'Info for Events in St. Pete',
width: 420,
height: 300,
theme: {
shell: {
background: '#8ec1da',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#444444',
links: '#1985b5'
}
},
features: {
scrollbar: true,
loop: true,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
toptweets: true,
behavior: 'default'
}
}).render().start();
</script>
-->
Source:<a href="http://www.gpstpete.com/"> www.gpstpete.com</a> </p>
<p></p>
<p></p>
<p></p>
</article>
</div>
</body><!-- BEGIN Anonymous Visitor Tracking for City Website Statistics and Usability Reports -->
<script src="http://www.stpete.org/_includes_/stpete.js" type="text/javascript"></script>
<script src="http://www.stpete.org/_includes_/stpete2.js" type="text/javascript"></script>
<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-8738346-1");
pageTracker._trackPageview();
} catch(err) {}</script>
<!-- END Anonymous Visitor Tracking for City Website Statistics and Usability Reports -->
</html>