function CCI_ShowIFrame() {
document.getElementById('ccIcon').style.display='block';}
function CCI_Hide() {
document.getElementById('ccIcon').style.display='none';}
function WriteConsumerConfidenceIcon() {
document.write('<div id="consumerConfidenceHolder" style="width:160px;position:relative;cursor:pointer" onmouseout="CCI_Hide()" onmouseover="CCI_ShowIFrame()">');
document.write('<iframe id ="ccIcon" scrolling="no" style="width:470px; position:absolute; top:0; left:160px; height:347px; border:none; padding:0 0 0 0; margin: 0 0 0 0; display:none;"  src="http://validate.consumerconfidence.net/DisplayStats.aspx?surl=pcsecurityshield.com">');
document.write('</iframe>');
document.write('<table width="160" height="50" border="0" cellpadding="0" cellspacing="0" >');document.write('<tr><td width="118" height="38" align="left" valign="top"><a href="http://www.consumerconfidence.net/" style="border:none;" target="_blank"><image src="http://validate.consumerconfidence.net/SecurityBadge.aspx?sid=2d2bacaa-5105-43e6-8bbb-9254af75aa58" border=0 /></a></td>');
document.write('<td width="7px" height="18px" align="left" valign="top"></td></tr>');
document.write('</tr></table></div>');}
WriteConsumerConfidenceIcon();
