
function picChange()
{
number = Math.floor(Math.random()*2)

if (number==0) {
	
	var flash;
	
	flash = '<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="424" height="300">';
	flash += '<param name="movie" value="multimedia/construction.swf" />';
	flash += '<param name="quality" value="high" />';
	flash += '<param name="wmode" value="opaque" />';
	flash += '<param name="swfversion" value="6.0.65.0" />';
	flash += '<param name="expressinstall" value="../Scripts/expressInstall.swf" />';
	flash += '<!--[if !IE]>-->';
	flash += '<object type="application/x-shockwave-flash" data="multimedia/construction.swf" width="424" height="300">';
	flash += '<!--<![endif]-->';
	flash += '<param name="quality" value="high" />';
	flash += '<param name="wmode" value="opaque" />';
	flash += '<param name="swfversion" value="6.0.65.0" />';
	flash += '<param name="expressinstall" value="Scripts/expressInstall.swf" />';
	flash += '<div><h4>Content on this page requires a newer version of Adobe Flash Player.</h4><p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p></div>';
	flash += '<!--[if !IE]>-->';
	flash += '</object>';
	flash += '<!--<![endif]-->';
	flash += '</object>';
	
	document.write(flash)
	}
	

	if (number==1){
document.write('<img src="images/DLI.gif" alt="Dynamic Leadership Institute" height="300" width="424" />')
	}
	
	// pulling doctoral program info: if (number==1){
//document.write('<a href="http://www.wku.edu/news/releases09/september/doctoral.html" target="_blank"><img //src="images/news.png" alt="Educational Leadership Doctoral Program" height="300" width="424" /></a>')
	//}
}
