/*
var todaysDate = new Date();
var bustaMove = '?nc=' + todaysDate.getTime();

insertFlash("<OBJECT type='application/x-shockwave-flash' height='300' width='900' data='/slideShow.swf' id='homeFlashSlideshow'><PARAM NAME='Movie' VALUE='/slideShow.swf'><PARAM NAME='Src' VALUE='/slideShow.swf'><PARAM NAME='Quality' VALUE='High'><param name='wmode' value='transparent'></OBJECT>", "divHomeFlash");
document.getElementById('divHomeFlash');
*/
var flashvars = {};
var params = {
  quality: 'High',
  wmode: 'transparent'
};
swfobject.embedSWF('/slideShow201012.swf', 'homeFlashSlideshow', '900', '300', '9.0.0', '', flashvars, params);
document.getElementById('divHomeFlash');

