-
Notifications
You must be signed in to change notification settings - Fork 0
/
announcement.php
93 lines (70 loc) · 4.54 KB
/
announcement.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Gilmore For President</title>
<link href="styles.css" rel="stylesheet" type="text/css" />
<script src="includes/javascripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<div id="container">
<div id="main">
<a href="contribute.php"><img src="images/donate.gif" alt="Donate" style="float: right; margin-right: -17px; margin-top: -15px;" /></a>
<div id="header">
<a href="index.php"><img src="images/logo.gif" alt="Gilmore For President - Gilmore '08" /></a>
</div>
<div id="menu">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td width="13%"><div class="menu_item"><a href="about.php"><img src="images/menu_about.gif" alt="About Jim" /></a></div></td>
<td width="13%"><div class="menu_item"><a href="issues.php"><img src="images/menu_issues.gif" alt="The Issues" /></a></div></td>
<td width="13%"><div class="menu_item"><a href="mygilmore.php"><img src="images/menu_mygilmore.gif" alt="MyGilmore" /></a></div></td>
<td width="13%"><div class="menu_item"><a href="contribute.php"><img src="images/menu_donate.gif" alt="Donate" /></a></div></td>
<td width="15%"><div class="menu_item"><a href="press.php"><img src="images/menu_press.gif" alt="Press Center" /></a></div></td>
<td width="16%"><div class="menu_item"><a href="view.php?mode=events"><img src="images/menu_events.gif" alt="Events Calendar" /></a></div></td>
<td width="15%"><div class="menu_item"><a href="blog/index.php"><img src="images/menu_blog.gif" alt="Official Blog" /></a></div></td>
</tr>
</table>
</div>
<div id="content">
<div align="center">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0','width','422','height','351','id','FLVPlayer','src','flash/FLVPlayer_Progressive','flashvars','&MM_ComponentVersion=1&skinName=flash/Halo_Skin_3&streamName=announcement&autoPlay=true&autoRewind=false','quality','high','scale','noscale','name','FLVPlayer','salign','lt','pluginspage','go/getflashplayer','movie','flash/FLVPlayer_Progressive' ); //end AC code
</script>
<noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="422" height="351" id="FLVPlayer">
<param name="movie" value="flash/FLVPlayer_Progressive.swf" />
<param name="salign" value="lt" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="FlashVars" value="&MM_ComponentVersion=1&skinName=flash/Halo_Skin_3&streamName=announcement&autoPlay=true&autoRewind=false" />
<embed src="flash/FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=flash/Halo_Skin_3&streamName=announcement&autoPlay=true&autoRewind=false" quality="high" scale="noscale" width="422" height="351" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</noscript>
</div>
<a href="contribute.php" style="float:left"><img src="images/donate.png" alt="Donate" /></a>
<a href="volunteer.php" style="float:right"><img src="images/volunteer.png" alt="Volunteer" /></a>
<div id="footer">
<div style="margin-bottom: 3px;">
<a href="about.php">About Jim</a> |
<a href="issues.php">The Issues</a> |
<a href="mygilmore.php"><span style="color: #8e0606;">My</span>Gilmore</a> |
<a href="press.php">Press Center</a> |
<a href="view.php?mode=events">Events Calendar</a> |
<a href="blog/index.php">Official Blog</a> |
<a href="contribute.php">Contribute</a> |
<a href="contact.php">Contact Us</a>
</div>
<div style="font-size: 0.8em;">Paid for by Jim Gilmore for President, Inc. <br /> ©2007 Gilmore For President, Inc. All Rights Reserved</div>
</div>
</div>
</div>
</div>
<script src="urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1738072-1";
urchinTracker();
</script>
</body>
</html>