function switcher()
{
var ad=new Array()

ad[0]='http://www.sandbassociates.com/flash/cloud9new.swf';
ad[1]='http://www.sandbassociates.com/flash/andyswildwater2.swf';
ad[2]='http://www.sandbassociates.com/flash/heathmanrestaurant.swf';
ad[3]='http://www.sandbassociates.com/flash/chow.swf';
ad[4]='http://www.sandbassociates.com/flash/BendSummer.swf';
ad[5]='http://www.sandbassociates.com/flash/101.swf';
ad[6]='http://www.sandbassociates.com/flash/Corvallis2.swf';

var xy=Math.floor(Math.random()*ad.length);

document.getElementById('iframe1').src=ad[xy];
}
