<!--

if (!useRedirect) {			// if dynamic embedding is turned on
	if(hasRightVersion) {	// if we\'ve detected an acceptable version


var oeTags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'

+ 'ID=new_box width="211" height="90"'


+ 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0">'


+ '<param name="movie" value="/nr/NLNGnew/graphics/flash/header_2q.swf">'


+ '<param name="quality" value="high">'


+ '<param name="scale" value="ExactFit">'


+ '<param name="salign" value="LT">'


+ '<param name="bgcolor" value="#ffffff">'


+ '<embed src="/nr/NLNGnew/graphics/flash/header_2q.swf"'


+ 'width="211" height="90"'


+ 'quality="high"'


+ 'scale="exactfit"'


+ 'salign="LT"'


+ 'bgcolor="#ffffff"'


+ 'TYPE="application/x-shockwave-flash"'


+ 'PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">'


+ '</EMBED>'


+ '</OBJECT>';





document.write(oeTags); 	// embed the flash movie





	} else {	// flash is too old or we can\'t detect the plugin


var alternateContent = '<img src="/nr/NLNGnew/graphics/NLNG_Heading22.gif" border="0" />';	// height, width required!


document.write(alternateContent);	// insert non-flash content





	}





}





// -->