
var pr = new Array()
pr[0] = '<BR>Input Offline - away from the office, whether the office is a TV station, production house or a remote truck.';
pr[1] = '<BR>Lower Third Banners - be ready for any situation at the click of a button';
pr[2] = '<BR>Crawls - are fully automatable and easy to use';


var x= Math.round(Math.random()*2);
function promo(){
document.write(pr[x]);

}

promo();
