var scrollerwidth = "169px";
var scrollerheight = "130px";
var scrollerspeed = 1;
var strnews="<div class='Row3C3NewsContent MainText'><span class='NewsText'>Nano Particulate Gold Catalysts</span> New Uses for an Ancient Valuable Metal</div><div class='NewsTextMore' style='width:29px;height:20px;padding-left:125px;'><a title='' href='../News/Default.aspx?pid=NgA=&id=MQAyADgA'>more...</a></div><div class='RowDashline'><img src='../Includes/Images/spacer.gif' alt='' /></div><div class='Row3C3NewsContent MainText'><span class='NewsText'>Gold 2009 Conference in Heidelberg, Germany</span> Premier Chemicals are to announce their global agreement regarding 3M's NanAucat gold oxidation catalyst distribution at the 5th international conference on gold science, technology and its applications at the University of Heidelberg, Germany between Sun</div><div class='NewsTextMore' style='width:29px;height:20px;padding-left:125px;'><a title='' href='../News/Default.aspx?pid=NgA=&id=MQAyADkA'>more...</a></div><div class='RowDashline'><img src='../Includes/Images/spacer.gif' alt='' /></div><div class='Row3C3NewsContent MainText'><span class='NewsText'>Accurate Monitoring of Greenhouse Gas Emissions</span> Premier Chemicals’ NanAuCatTM Oxidation Catalyst Enables Accurate Monitoring of Greenhouse Gas Emissions</div><div class='NewsTextMore' style='width:29px;height:20px;padding-left:125px;'><a title='' href='../News/Default.aspx?pid=NgA=&id=MQAzADEA'>more...</a></div><div class='RowDashline'><img src='../Includes/Images/spacer.gif' alt='' /></div><div class='Row3C3NewsContent MainText'><span class='NewsText'>Using Peladow DG for Dehydration of Hydrocarbons</span> Using Peladow DG Calcium Chloride for Dehydration of Hydrocarbons</div><div class='NewsTextMore' style='width:29px;height:20px;padding-left:125px;'><a title='' href='../News/Default.aspx?pid=NgA=&id=MQAzADIA'>more...</a></div><div class='RowDashline'><img src='../Includes/Images/spacer.gif' alt='' /></div><div class='Row3C3NewsContent MainText'><span class='NewsText'>NASCAR Goes Nano</span> Premier Chemicals are working with NASCAR on driver safety improvement by using Gold based oxidation catalyst NanAuCat™ to improve air quality.</div><div class='NewsTextMore' style='width:29px;height:20px;padding-left:125px;'><a title='' href='../News/Default.aspx?pid=NgA=&id=MQAzADMA'>more...</a></div><div class='RowDashline'><img src='../Includes/Images/spacer.gif' alt='' /></div><div class='Row3C3NewsContent MainText'><span class='NewsText'>Soda Lime Absorbents Distribution Agreement</span> Intersurgical Appoints Premier Chemicals as European Distributor for Soda Lime Absorbents</div><div class='NewsTextMore' style='width:29px;height:20px;padding-left:125px;'><a title='' href='../News/Default.aspx?pid=NgA=&id=MQAzADQA'>more...</a></div><div class='RowDashline'><img src='../Includes/Images/spacer.gif' alt='' /></div><div class='Row3C3NewsContent MainText'><span class='NewsText'>Intersorb® 812 Approved By rEvo Rebreathers</span> Dive grade soda lime Intersorb® 812 has been approved by rEvo Rebreathers for all their rebreather products.</div><div class='NewsTextMore' style='width:29px;height:20px;padding-left:125px;'><a title='' href='../News/Default.aspx?pid=NgA=&id=MQAzADUA'>more...</a></div><div class='RowDashline'><img src='../Includes/Images/spacer.gif' alt='' /></div>";
var scrollercontent = strnews;
var pauseit = 1;
scrollerspeed=(document.all)? scrollerspeed : Math.max(1, scrollerspeed-1)
var copyspeed=scrollerspeed
var iedom=document.all||document.getElementById
var actualheight='';
var cross_scroller, ns_scroller;
var pausespeed=(pauseit==0)? copyspeed: 0
function populate()
{
if (iedom)
{
cross_scroller=document.getElementById? document.getElementById("iescroller") : document.all.iescroller
cross_scroller.style.top=parseInt(scrollerheight)+8+"px";
cross_scroller.innerHTML=scrollercontent;
actualheight=cross_scroller.offsetHeight;
}
else if (document.layers)
{
ns_scroller=document.ns_scroller.document.ns_scroller2;
ns_scroller.top=parseInt(scrollerheight)+8;
ns_scroller.document.write(scrollercontent);
ns_scroller.document.close();
actualheight=ns_scroller.document.height;
}
lefttime=setInterval("scrollscroller()",40);
}
window.onload=populate;
function scrollscroller()
{
if (iedom)
{
if (parseInt(cross_scroller.style.top)>(actualheight*(-1)+8))
cross_scroller.style.top=parseInt(cross_scroller.style.top)-copyspeed+"px";
else
cross_scroller.style.top=parseInt(scrollerheight)+8+"px";
}
else if (document.layers)
{
if (ns_scroller.top>(actualheight*(-1)+8))
ns_scroller.top-=copyspeed;
else
ns_scroller.top=parseInt(scrollerheight)+8;
}
}
if (iedom||document.layers)
{
with (document)
{
if (iedom)
{
write('<div style="position:relative;width:'+scrollerwidth+';height:'+scrollerheight+';overflow:hidden" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=scrollerspeed">');
write('<div id="iescroller" style="position:absolute;left:0px;top:0px;width:100%;">');
}
else if (document.layers)
{
write('<ilayer width='+scrollerwidth+' height='+scrollerheight+' name="ns_scroller">');
write('<layer name="ns_scroller2" width='+scrollerwidth+' height='+scrollerheight+' left=0 top=0 onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=scrollerspeed">');
}
}
}

