<pstyle="font-size:1.2em"class="alert">Voting is now closed.<br/>Check back soon on the Physics and Astronomy homepage for results!</p>
<p>Over the past few weeks, the University of Nebraska-Lincoln Department of Physics and Astronomy invited proposals from students, faculty, staff, alumni and friends on how to add some physics-related drama to the ribbon-cutting dedication of Jorgensen Hall at 4 p.m. on Friday, Oct. 29. UNL Chancellor Harvey Perlman and special guest speaker Alan Heeger, a UNL alum and Nobel laureate, will be present for the ceremony.</p>
<p>
Interested applicants were asked to submit a proposal describing a way to ceremonially open the building by splitting apart a single ribbon, preferably using some aspect of physics, to make the celebration more interesting than is possible using only ribbon and scissors. The creator of the winning proposal will receive <ahref="http://marketplace.unl.edu/computershop/electronics/ipads/16gb-ipad-wifi.html"title="iPad at the UNL Computer Shop">a 16GB iPad WiFi</a> or dollar value equivalent in merchandise from the <ahref="http://marketplace.unl.edu/computershop/">UNL Computer and Phone Shop</a>.
</p>
<h3class="sec_header">Entries</h3>
<?php
$sql=mysql_query("SELECT * FROM entries ORDER BY votes DESC LIMIT 1");
$sql=mysql_query("SELECT * FROM entries ORDER BY RAND() LIMIT 3");
while($row=mysql_fetch_array($sql)){
$id=$row['id'];
$name=$row['name'];
$proposal=$row['proposal'];
$votes=$row['votes'];
$videourl=$row['videourl'];
?>
<pclass="alert">With a total of <?phpecho$votes;?> votes, the winner of the Jorgensen Hall Extreme Ribbon-Cutting Contest is <b><?phpecho$name;?></b>!</p>
<p>
Join us for the ribbon-cutting dedication of Jorgensen Hall at <b>4 p.m. on Friday, Oct. 29</b>. UNL Chancellor Harvey Perlman and special guest speaker Alan Heeger, a UNL alum and Nobel laureate, will be present for the ceremony.
</p>
<divclass="entry">
<div>
<p>
...
...
@@ -125,10 +119,9 @@ if (file_exists(dirname(__FILE__).'/../../../config.inc.php')) {
</div>
</div>
</div>
<divstyle="width:300px; float:right;">
<ahref="index.php#submit"title="submit a proposal for the ribbon cutting"><imgsrc="images/iPad_Jorgensen.jpg"alt="Jorgensen ribbon cutting"/></a><br/>
<ahref="http://marketplace.unl.edu/computershop/"title="go to the Computer Shop on UNL Marketplace"><imgsrc="images/compshop.jpg"alt="UNL Computer shop"/></a>
</div>
...
...
@@ -163,4 +156,4 @@ if (file_exists(dirname(__FILE__).'/../../../config.inc.php')) {