function attachFlash() {
	if(navigator.userAgent.indexOf("iPod") == -1) {

	if(navigator.userAgent.indexOf("CE") == -1) {

		// *** Flash settings ***

			// Major version of Flash required
			var requiredMajorVersion = 8;
			// Minor version of Flash required
			var requiredMinorVersion = 0;
			// Minor version of Flash required
			var requiredRevision = 0;

		// *** Flash write ***

			// Version check based upon the values entered above in "Globals"
			var hasReqestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
			// Check to see if the version meets the requirements for playback
			if (hasReqestedVersion) {
				// if we've detected an acceptable version
				// embed the Flash Content SWF when all tests are passed
				AC_FL_RunContent(
					"src", "/common/swf/top",
					"width", "100%",
					"height", "504",
					"align", "middle",
					"wmode", "transparent",
					"quality", "high",
					"bgcolor", "#000418",
					"allowScriptAccess","sameDomain",
					"type", "application/x-shockwave-flash",
					'codebase', 'http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab',
					"pluginspage", "http://www.adobe.com/go/getflashplayer"
				);
			} else { // flash is too old or we can't detect the plugin
				var alternateContent = "<div style=\"width:900px;min-height:504px;_height:504px;padding:200px 10px 0;text-align:left;\"><a href=\"http://get.adobe.com/flashplayer/\" target=\"_blank\"><img src=\"/common/img/get_flash_player.jpg\" width=\"160\" height=\"41\" alt=\"Get ADOBE FLASH PLAYER\"></a><br><p style=\"margin-top:20px;color:#ddd;lne-height:130%;font-size:60%;\">This content requires Flash.<br>To view this content, JavaScript must be enabled, and you need the latest version of the Adobe Flash Player.<br>Download the free Flash Player now.</p></div>";
				document.write(alternateContent); // insert non-flash content
		}
	} else {
		document.write('<a href=\"/lineup/index.html\"><img src=\"/common/img/index/alt-mobile-image.jpg\" width=\"640\" height=\"504\" alt=\"雪肌精SUPREME。\"></a><br>');
	}

} else {
		document.write('<a href=\"/lineup/index.html\"><img src=\"/common/img/index/alt-mobile-image.jpg\" width=\"640\" height=\"504\" alt=\"雪肌精SUPREME。\"></a><br>');
	}
}