//Text Banner Rotation Script 1.1 Copyright 2003-2004 by MyKazaam.com Author: Yaza.  You must leave this copyright header in tact for use.  Please read the License file that accompanies the full package of this script.  For support visit http://www.mykazaam.com
var banner=new Array()

banner[0]='<a href="http://products.prataporganics.com/ketones/4-chloro-acetophenone-cas-no-99-91-2/">4′-Chloro Acetophenone CAS No.99-91-2</a>'

banner[1]='<a href="http://products.prataporganics.com/ketones/2-4-dichloro-acetophenone-cas-no-2234-16-4/">2′-4′-Dichloro Acetophenone CAS No.2234-16-4</a>'


var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])

