var oeTags = '<html>'+
			'<head>'+
			'<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />'+
			'<meta http-equiv="Content-Style-Type" content="text/css" />'+
			'<meta http-equiv="Content-Script-Type" content="text/javascript" />'+
			'<style>'+
			'<!--'+
			'ul#profile_basic_list {'+
			'list-style-type: none;'+
			'text-align:left;'+
			'}'+
			'ul#profile_basic_list li {'+
			'text-align:left;'+
			'}'+
			'-->'+
			'</style>'+
			'</head>'+
			'<body>'+
			'<div style="text-align:center;">'+
			'<a href="http://pr.fc2.com/greenapple/" title="プロフィールページへ移動する"><img src="http://pr.fc2.com/g/r/e/greenapple/profiles.jpg" alt="" border="0" /></a>'+
			'<ul id="profile_basic_list">'+
			'<li>名前 : GREEN APPLE</li>'+
			'<li>性別 : <a href="http://pr.fc2.com/contents/gender/1">男性</a></li>'+			
			'<li>血液型 : <a href="http://pr.fc2.com/contents/blood/4">O型</a></li>'+			
			'<li>生年月日 : 1980年												'+			
						
			'<li>現住所 : <a href="http://pr.fc2.com/contents/pref/48">海外</a> </li>'+			
						
			'<li>自己紹介 : <br />HELLO.<br /><br /></li>'+			'</ul>'+
			'</div>'+
			'</body>'+
			'</html>';
			
document.write(oeTags);
