// JavaScript Document
<!--
if ( MM_FlashCanPlay && (viewstatic == 0) ) { // means you have flash player 6, use this
	document.write('<a href="index.jsp?vs=1" target="_self">View Non-Flash</a>');
} else if ( MM_FlashCanPlay && (viewstatic == 1) ) {
	document.write('<a href="index.jsp?vs=0" target="_self">View Flash</a>');
} else{ // means you don't have flash player 6, use this
	document.write('Flash Introduction: You don\'t have latest flash player.');
}
document.write('&nbsp; | &nbsp;');

//-->