document.write('<div style="padding-top:10px;"></div>'); 
document.write('<h2>Most Popular Projects</h2>'); 
document.write('<ul>'); 
document.write('<li><a href="http://www.pyroelectro.com/projects/auto_drift/index.html">');
document.write('<b>The Autonomous Drifter</b></a><br /><i>Autonomous Drifting!</i></li>');
document.write('<li><a href="http://www.pyroelectro.com/projects/ir_radar/index.html">');
document.write('<b>Personal Radar</b></a><br /><i>It\'s Handheld Radar!</i></li>');
document.write('<li><a href="http://www.pyroelectro.com/projects/robotic_arm/index.html">');
document.write('<b>The Wooden Menace</b></a><br /><i>Poor Man\'s Robotic Arm.</i></li>'); 
//Adtoll Code V1.0 ---Begin---
//document.write('<SCRIPT src="http://adserve.adtoll.com/js/at_ag_13704.js" type="text/javascript"></SCRIPT>');
//Adtoll Code V1.0 ---End---
document.write('<li><a href="http://www.pyroelectro.com/projects/vga_test_box/index.html">');
document.write('<b>The VGA Test Box</b></a><br /><i>Homemade VGA Controller.</i></li>');
document.write('</ul>');