<!--
  //  Script:       Random Image
  //  Version:      1.0
  //  Last Updated: March 19th 2003
  //  Author:       Raymond Weijts
  //  Website:      http://www.boschsecuritysystems.com

var b1dis = "<a href=\"";
var bdis = "\"><img src=\"";
var edis = " width=\"180\" height=\"99\" alt=\"some text\" border=\"0\"></a>";
var tdis ="<p class=\"naviRIGHTheadline\"><b>"; 
var b2dis = "<a href=\"";
var tdis2 ="</b><br>";
var tdis3 ="</a>";
var tdis4 = "\">";
var arrow ="<img border=\"0\" src=\"../../ki-shared/img/arrow-darkblue.gif\" width=\"12\" height=\"7\">"; 
var rnumb = "";
var img = "";

rnumb += Math.floor(Math.random()*2);
img = rnumb;
if (img == "0") {
document.write(b1dis+ "../corporate/boschtopfive_press.htm" +bdis+ "../ki-shared/sonderlink.gif\" alt=\"Bosch Security Systems : among top five in world market \" " +edis );
}
if (img == "1") {
document.write(b1dis+ "../corporate/philips.htm" +bdis+ "../ki-shared/sonderlink_philips.gif\" alt=\"Philips CSI now becomes Bosch Security Systems\" " +edis );
}

// -->


