<!--/*Flashing Table Border Script- © Dynamic Drive (www.dynamicdrive.com)Visit http://www.dynamicdrive.com for this scriptCredit must stay intact for use*///configure interval btw flash (1000=1 second)var speed=500function flashit(){var crosstable=document.getElementById? document.getElementById("newproducts") : document.all? document.all.myexample : ""if (crosstable){if (crosstable.style.borderColor.indexOf("#d50000")!=-1)crosstable.style.borderColor="#01285F"elsecrosstable.style.borderColor="#d50000"}}setInterval("flashit()", speed)//-->
