 
	if (AC_FL_RunContent == 0) {
		alert("This page requires AC_RunActiveContent.js.");
	} else {
		AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
			'width', '910',
			'height', '800',
			'src', '/dnd/neversplittheparty/nstp8',
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'transparent',
			'devicefont', 'false',
			'id', 'nstp',
			'bgcolor', '#ffffff',
			'name', 'nstp8',
			'menu', 'true',
			'allowFullScreen', 'false',
			'allowScriptAccess','sameDomain',
			'movie', '/dnd/neversplittheparty/nstp8',
			'salign', ''
			); //end AC code
	}
 	
	
var time=new Date();
var year=time.getYear();
if (year < 2000) { year = year + 1900; }

function theyear () {
	document.getElementById("thisyear").innerHTML = year; 
}
