// JavaScript Document

rotator = new Array(5);

rotator[0] = "<a href = '?s=take-a-tour/schedule-a-tour'><img src='img/rotator/cs-header-carrie-vota.jpg' border='0'></a>";


rotator[1] = "<a href = '?s=take-a-tour/schedule-a-tour'><img src='img/rotator/cs-header-susan-birks.jpg' border='0'></a>";
rotator[2] = "<a href = '?s=take-a-tour/schedule-a-tour'><img src='img/rotator/cs-header-michael-casper.jpg' border='0'></a>";
rotator[3] = "<a href = '?s=take-a-tour/schedule-a-tour'><img src='img/rotator/cs-header-michael-casper.jpg' border='0'></a>";
rotator[4] = "<a href = '?s=take-a-tour/schedule-a-tour'><img src='img/rotator/cs-header-terry-oflaherty.jpg' border='0'></a>";
rotator[5] = "<a href = '?s=take-a-tour/schedule-a-tour'><img src='img/rotator/cs-header-alex-savitz.jpg' border='0'></a>";
index = Math.floor(Math.random() * rotator.length);
