<!--
function random_content(){
var mycontent=new Array()
//specify random content below.
mycontent[1]='<table width="158" border="0" cellpadding="0" cellspacing="0" style="margin-top:12px;"><tr><td class="sub_rightbar" valign="top"><span class="sub_rightbar_title2">The Printing Control Diamond Award</span><br><a href="http://www.printingcontrol.com/showcase/index.htm" class="sub_content_link"><DIV align="center"><img src="../images/home/diamond_award.jpg" width="69" height="84" border="0"></a></DIV>Every month Printing Control awards a Diamond Award to a customer. The award is for the most &ldquo;effective&rdquo; printing job that we have produced over the prior 30 days. At our monthly sales meetings our 10 reps submit their chosen piece from the prior month and present it to the group.<br><br><div align="right"><a href="http://www.printingcontrol.com/showcase/index.htm" class="sub_content_link">&raquo; learn more</a></div></td></tr></table>'
mycontent[2]='<table width="158" border="0" cellpadding="0" cellspacing="0" style="margin-top:12px;"><tr><td class="sub_rightbar" valign="top"><span class="sub_rightbar_title2">Seattle&acute;s First 5 Star Printer</span><br><div align="center"><a href="http://www.printingcontrol.com/who/environmental.htm" class="sub_content_link"><img src="../images/child/envirostars.gif" width="61" height="59" border="0"></a></div><br>In December 2005 Printing Control completed a 4 year journey when we became the first 5 Star EnviroStar Printer in the Greater Seattle Area.<br><br><div align="right"><a href="http://www.printingcontrol.com/who/environmental.htm" class="sub_content_link">&raquo; learn more</a></div></td></tr></table>'
mycontent[3]='<table width="158" border="0" cellpadding="0" cellspacing="0" style="margin-top:12px;"><tr><td class="sub_rightbar" valign="top"><span class="sub_rightbar_title2">We&rsquo;ve got Mail!</span><br><div align="center"><a href="http://www.printingcontrol.com/capabilities/mail.htm" class="sub_content_link"><br><img src="../images/capabilities/hpp_jet1.jpg" width="109" height="85" border=0"></a></div><br>Printing Control has installed the latest, state-of-the-art mailing equipment in its bindery area to compliment its distinctive offset and 4-color digital printing operations. The inclusion of sophisticated, high-volume mailing equipment provides customers with a turn-key solution for direct mail projects.<br><br><div align="right"><a href="http://www.printingcontrol.com/capabilities/mail.htm" class="sub_content_link">&raquo; learn more</a></div></td></tr></table>'
var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
//-->