
	if (AC_FL_RunContent != 0) {
		AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
			'width', '325',
			'height', '300',
			'src', '/virtualgirlhd/vghd',
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'transparent',
			'devicefont', 'false',
			'id', 'vghd',
			'bgcolor', '#ffffff',
			'name', 'vghd',
			'menu', 'true',
			'allowFullScreen', 'false',
			'allowScriptAccess','sameDomain',
			'movie', '/virtualgirlhd/vghd',
			'salign', '',
			'FlashVars','sub=41337&firstdelay=50&hideexitbutton=0&id=21&xmlfile=/virtualgirlhd/vghd.xml'
		);
	}
	

	function vghd_DoFSCommand(command, args)
	{
		if ( command == "closeflashteaser" ) {
			document.getElementById('divFlashTeaser').style.visibility='hidden';
		}
		if ( command == "showflashteaser" ) {
			document.getElementById('divFlashTeaser').style.visibility='visible';
		}
	}

