CINXE.COM
HPDB: Morning Musume, 5th Generation [Hello! Database]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://hpdb.vicion.net:80/show/groups/Morning+Musume%2C+5th+Generation.html","20101226003822","https://web.archive.org/","web","/_static/", "1293323902"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="description" content="Information database about Hello! Project - especially about Morning Musume"> <title>HPDB: Morning Musume, 5th Generation [Hello! Database]</title> <link rel="stylesheet" href="/web/20101226003822cs_/http://hpdb.vicion.net/styleb.css"> <link rel="stylesheet" media="print" href="/web/20101226003822cs_/http://hpdb.vicion.net/print.css"> <link rel="stylesheet" href="/web/20101226003822cs_/http://hpdb.vicion.net/universal.css"> <link rel="stylesheet" href="/web/20101226003822cs_/http://hpdb.vicion.net/forms.css"> <link rel="stylesheet" href="/web/20101226003822cs_/http://hpdb.vicion.net/content.css"> <link rel="stylesheet" href="/web/20101226003822cs_/http://hpdb.vicion.net/news.css"> <link rel="stylesheet" href="/web/20101226003822cs_/http://hpdb.vicion.net/relate.css"> </head><body id="mybody"><div id="pred" style="display: none"></div> <!-- The two tags below are for browsers without any support for CSS; the title of the site is normally only an image; h1 also used when printing --> <h1 id="pagename" style="display: none"><span id="pagename_hpdb">Hello! Database: </span><span id="pagename_cont">Morning Musume, 5th Generation</span></h1> <p style="display: none">This is an information database about Hello! Project, especially about Morning Musume.</p> <!--<h2 style="display: none">Morning Musume, 5th Generation</h2>--> <div id="tooltip" style="display: none; position: absolute;"></div> <div id="topbar"> <div id="birthdays"> <span class="bd_title">Next Birthdays:</span> <span class="bd_all"><span class="bd_capt">Morning Musume: </span><span class="bd_data">February 26th: <a href="/web/20101226003822/http://hpdb.vicion.net/show/People/Miki+Fujimoto.html">Miki Fujimoto</a> (26)</span></span><span class="bd_all"><span class="bd_capt">Morning Musume (former included): </span><span class="bd_data">December 31st: <a href="/web/20101226003822/http://hpdb.vicion.net/show/People/Sayaka+Ichii.html">Sayaka Ichii</a> (27)</span></span><span class="bd_all"><span class="bd_capt">Hello! Project Kids: </span><span class="bd_data">February 5th: <a href="/web/20101226003822/http://hpdb.vicion.net/show/People/Saki+Nakajima.html">Saki Nakajima</a> (17)</span></span></div> <a id="logoball" href="/web/20101226003822/http://hpdb.vicion.net/"><div id="tb_left"></div></a> <div id="tb_center"></div> <div id="tb_right"> </div> </div> <div id="sbend"> </div> <table id="maintable"><tr><td id="sidebar"><script type="text/javascript"><!-- var autoshown = -1; var open = -1; var curpreview = -1; function setpreview(ind) { var old = document.getElementById('sfeatpr' + curpreview); if (old) { old.style.border = ''; old.style.backgroundColor = ''; old.innerHTML = '∇' } var cur = document.getElementById('sfeatpr' + ind); if (cur) { cur.style.border = '0px'; cur.innerHTML = '∀'; } var cur = document.getElementById('sfeatpr' + open); if (cur) { cur.style.border = '0px'; cur.innerHTML = '−'; } curpreview = ind; } function featclick(ind) { showfeat(ind); } function togglefeat(ind) { if (isfeatopen(ind)) closefeat(ind); else showfeat(ind); } function opener(ind) { //status = 'hello ' + ind; if (autoshown != ind && autoshown != -1 && autoshown != open) { closefeat(autoshown); } showfeat(ind); autoshown = ind; setpreview(ind); } function isfeatopen(ind) { var disp = document.getElementById('sfeatd' + ind).style.display; return (disp != "" && disp != "none"); } function closer(ind) { //document.status = 'closer'; } function closefeat(ind) { document.getElementById('sfeatd' + ind).style.display = 'none'; } function showfeat(ind) { document.getElementById('sfeatd' + ind).style.display = 'block'; } function zfeatclick(ind) { autoclose = false; //status = c++; if (shown != ind && shown != -1) { doclose = true; featmouseout(shown); featmouseover(ind); doclose = false; } //document.getElementById('sfeatx' + ind).style.display = 'block'; } function zfeatmouseover(e) { if (!autoclose && !doclose) return; shown = e; /*alert(e); return; if (!e) e = window.event; if (!e.target) return; if (!e.target.index) return;*/ var element = document.getElementById('sfeatd' + e); if (!element) return; element.style.display = 'block'; var element = document.getElementById('sfeatc' + e); if (element) element.style.backgroundColor = '#FDD'; } function zfeatmouseout(e) { if (!autoclose && !doclose) return; //if (!e) e = window.event; //status = 'a'; //if (!e.target) return; //var ey = e.y + window.pageYOffset; //var ex = e.x + window.pageXOffset; // var element = document.getElementById('sfeatd' + e); //if (!element) return; //var pElement = document.getElementById('sfeat' + e); //if (inrect(ex, ey, gleft(pElement), gtop(pElement), gwidth(pElement), gheight(pElement))) return; //status = 'e.y is ' + e.y; element.style.display = 'none'; var element = document.getElementById('sfeatc' + e); if (element) element.style.backgroundColor = ''; } function inrect(px, py, x, y, w, h) { //status = '*'; if (px < x || px > x + w) { //status = 'x'; return false; } //status = '!'; if (py < y || py > y + h) { //status = 'py ' + py + ', y ' + y + ', h ' + h + ', yh ' + (y + h); return false; } //status = '.'; return true; } var str = ''; function gheight(o) { var ch, sh; ch = o.clientHeight; sh = o.scrollHeight; if (ch > sh) return ch; else return sh; } function gwidth(o) { var ch, sh; ch = o.clientWidth; sh = o.scrollWidth; if (ch > sh) return ch; else return sh; } function gleft(obj) { var par; par = obj.offsetParent; if (par) return obj.offsetLeft + gleft(par); return obj.offsetLeft; } function gtop(obj) { var par; par = obj.offsetParent; if (par) return obj.offsetTop + gtop(par); return obj.offsetTop; } --></script> <div class="sbtitle">Sections</div> <ul id="sidebar"> <li id="box1"><a href="/web/20101226003822/http://hpdb.vicion.net/">Welcome and News</a></li> <li id="box2"><a href="/web/20101226003822/http://hpdb.vicion.net/show/people/">People</a></li> <li id="box3"><a href="/web/20101226003822/http://hpdb.vicion.net/show/groups/">Groups</a></li> <li id="box4"><a href="/web/20101226003822/http://hpdb.vicion.net/show/releases/">Releases</a></li> <li id="box5"><a href="/web/20101226003822/http://hpdb.vicion.net/index.php?page=misc">Other features</a></li> <li id="box6"><a href="/web/20101226003822/http://hpdb.vicion.net/index.php?page=feedback2">Feedback</a></li> </ul> <div class="sbtitle">Quick Features</div> <ul id="sidefeat"> <li id="sfeat0"> <div id="sfeatc0" class="featcapt"> <a href="javascript:togglefeat(0);">Go to <span id="sfeatpr0" class="sideopener">∇</span></a></div> <div id="sfeatd0" class="featdata"><!-- GO TO --> <!--<div id="pred" style="display: none"></div>--> <form method="GET" action="https://web.archive.org/web/20101226003822/http://hpdb.vicion.net/show.php" onsubmit="JavaScript:return checkSend()" id="gotoboxf"><input type="hidden" name="formid" value="goto"> <!--<div class="gotoboxf">--> <table class="" id="gotoboxtable"><tr><td> <tr><td class="note">Type person/group/something and hit go<br></td></tr> <tr><td><input type="text" name="name" id="gname" size="15" autocomplete="off"></td></tr> <tr><td style="text-align: left;"><input type="hidden" name="kilp" value="1"><!-- note: kilp must be after the other fields --> <input type="submit" value="Go!"></td></tr> <tr><td class="note">Or go to <a href="/web/20101226003822/http://hpdb.vicion.net/random.php">random entry</a></td></tr> <!--</div>--> </table> </form> <script type="text/javascript"><!-- var gotoboxformid = 'gotoboxf'; var predbox = document.getElementById('pred'); var textbox = document.getElementById('gname'); var curpred = ''; var focused = false; var visible = false; var xmlo = null; var curreq = ''; var mouseover = false; var killsubmit = false; var selind = -1; var list = ''; movepredbox(predbox, textbox); regevents(textbox); restartloop(); var od = false; function onal(t) { if (od) return; alert(t); od = true; } function restartloop() { setTimeout('mainloop()', 50); } function mainloop() { var val = textbox.value; if (visible && val == '') { hidePred(); } else if (curpred != val && curreq != val) { updatePred(); } restartloop(); } function movepredbox(p, t) { var top = gtop(t) + gheight(t); if (top == 0) setTimeout('movepredbox(predbox, textbox)', 50); p.style.position = 'absolute'; p.style.left = gleft(t) + 32 + 'px'; p.style.top = top + 'px'; } function checkSend() { if (killsubmit) { killsubmit = false; return false; } return true; } function regevents(t) { t.onfocus = showPred; t.onblur = defocus; t.onkeydown = keyPress; } function keyPress(e) { if (!e) e = window.event; if (!e.keyCode || !list.length) return; var kc = e.keyCode; if (kc == 38) { if (selind > 0) { deselect(); selind--; if (list[selind] == '------------') selind--; doselect(); } } else if (kc == 40) { if (selind < list.length - 1) { deselect(); selind++; if (list[selind] == '------------') selind++; if (list[selind].charAt(0) == '.' && list[selind].charAt(1) == '.' && list[selind].charAt(2) == '.') selind--; doselect(); } } else if (kc == 13 && visible) { killsubmit = true; icli(selind); } } function defocus() { focused = false; hidePred(); } function hidePred() { visible = false; if (!mouseover) hideNow(); //setTimeout('hideNow();', 1000); } function hideNow() { predbox.style.display = 'none'; } function showPred() { focused = true; checkPredVisibility(); } function checkPredVisibility() { if (!focused) return hidePred(); if (textbox.value != '') { visible = true; //curpred = '-1'; //updatePred(); predbox.style.display = 'block'; } else hidePred(); } function updatePred() { //predbox.innerHTML = 'Refreshing...'; //if (!visible) { //showPred(); //} else { //predbox.innerHTML = textbox.value; hidePred(); refreshPredVal(); } function refreshPredVal() { if (xmlo && xmlo.readyState != 0) { xmlo.abort(); } xmlo = getXMLHTTP(); if (xmlo) { var v = textbox.value; var url = "https://web.archive.org/web/20101226003822/http://hpdb.vicion.net/pred.php?q=" + v; curreq = v; status = 'requesting ' + url; xmlo.open("GET", url, true); xmlo.onreadystatechange = requestComplete; xmlo.send(null); } //} else alert('problem'); } function requestComplete() { if (!xmlo) return; if (xmlo.readystate == 4) { //status = 'here'; //status = "Recieved data " + xmlo.responseText + xmlo.status + ' -- ' + Math.random(); if (xmlo.status != 200) { //setTimeout('refreshPredVal();', 100); } else if (xmlo.responseText.charAt(0) != "l") { return; } else { curpred = curreq; //predbox.innerHTML = xmlo.responseText + Math.random(); eval(xmlo.responseText); } } } function listItems(a) { selind = -1; var h = ''; var t; if (a.length == 1 && a[0] == textbox.value) { hidePred(); return; } for (var i = 0; i < a.length; i++) { t = a[i]; if (t == '------------') { h = h + "<hr>"; } else { h = h + "<div onMouseMove=\"JavaScript:imov(" + i + ");\" onMouseLeave=\"JavaScript:ilef(" + i + ")\" onClick=\"JavaScript:icli(" + i + ");\" id=\"pd" + i + "\" class=\"pl\">" + t + "</div>"; } } predbox.innerHTML = h; list = a; showPred(); } function icli(i) { var o = document.getElementById('pd' + i); if (!o) return; deselect(); selind = i; doselect(); textbox.value = list[i]; mouseover = false; hidePred(); } function imov(i) { if (selind == i) return; //status = selind; var o = document.getElementById('pd' + i); if (!o) return; deselect(); selind = i; doselect(); mouseover = true; } function ilef(i) { mouseover = false; } function deselect() { setitembg(selind, ''); } function doselect() { setitembg(selind, '#EEF'); } function setitembg(ind, color) { var o = document.getElementById('pd' + ind); if (!o) return; o.style.backgroundColor = color; } function gheight(o) { var ch, sh; ch = o.clientHeight; sh = o.scrollHeight; if (ch > sh) return ch; else return sh; } function gwidth(o) { var ch, sh; ch = o.clientWidth; sh = o.scrollWidth; if (ch > sh) return ch; else return sh; } function gleft(obj) { var par; par = obj.offsetParent; if (par) return obj.offsetLeft + gleft(par); return obj.offsetLeft; } function gtop(obj) { var par; par = obj.offsetParent; if (par) return obj.offsetTop + gtop(par); return obj.offsetTop; } function getXMLHTTP(){ var obj = null; try { obj = new ActiveXObject("Msxml2.XMLHTTP"); } catch(e) { try { obj = new ActiveXObject("Microsoft.XMLHTTP"); } catch(oc) { obj = null; } } if(!obj && typeof XMLHttpRequest != "undefined") { obj = new XMLHttpRequest(); } return obj; } --></script> </li> <li id="sfeat1"> <div id="sfeatc1" class="featcapt"> <a href="javascript:togglefeat(1);">Search <span id="sfeatpr1" class="sideopener">∇</span></a></div> <div id="sfeatd1" class="featdata"><!-- SEARCH FORM --> <form method="POST" action="/web/20101226003822/http://hpdb.vicion.net/index.php?page=search&name=Morning+Musume%2C+5th+Generation&type=groups" name="f0" id="f0"> <table class="searchboxform" id="t_f0"> <tr class="formfield"><td colspan="2"><input type="hidden" name="formid" value="search"><span class="note">Keywords:</span></td></tr><tr class="formfield"><td></td><td><input type="text" name="q" value=""> <input type="submit" name="act_search" value="Search"></td></tr></table></form> </div></li> <li id="sfeat2"> <div id="sfeatc2" class="featcapt"> <a href="javascript:togglefeat(2);">Morning Musume <span id="sfeatpr2" class="sideopener">∇</span></a></div> <div id="sfeatd2" class="featdata"><div id="mmq"><div class="mmq_gen"><a href="/web/20101226003822/http://hpdb.vicion.net/show/groups/Morning+Musume%2C+1st+Generation.html">1st Generation</a></div><ul class="mmq_mem"><li><a href="/web/20101226003822/http://hpdb.vicion.net/show/people/Asuka+Fukuda.html">Asuka Fukuda</a></li><li><a href="/web/20101226003822/http://hpdb.vicion.net/show/people/Aya+Ishiguro.html">Aya Ishiguro</a></li><li><a href="/web/20101226003822/http://hpdb.vicion.net/show/people/Kaori+Iida.html">Kaori Iida</a></li><li><a href="/web/20101226003822/http://hpdb.vicion.net/show/people/Natsumi+Abe.html">Natsumi Abe</a></li><li><a href="/web/20101226003822/http://hpdb.vicion.net/show/people/Yuko+Nakazawa.html">Yuko Nakazawa</a></li></ul></div><div id="mmq"><div class="mmq_gen"><a href="/web/20101226003822/http://hpdb.vicion.net/show/groups/Morning+Musume%2C+2nd+Generation.html">2nd Generation</a></div><ul class="mmq_mem"><li><a href="/web/20101226003822/http://hpdb.vicion.net/show/people/Kei+Yasuda.html">Kei Yasuda</a></li><li><a href="/web/20101226003822/http://hpdb.vicion.net/show/people/Mari+Yaguchi.html">Mari Yaguchi</a></li><li><a href="/web/20101226003822/http://hpdb.vicion.net/show/people/Sayaka+Ichii.html">Sayaka Ichii</a></li></ul></div><div id="mmq"><div class="mmq_gen"><a href="/web/20101226003822/http://hpdb.vicion.net/show/groups/Morning+Musume%2C+3rd+Generation.html">3rd Generation</a></div><ul class="mmq_mem"><li><a href="/web/20101226003822/http://hpdb.vicion.net/show/people/Maki+Goto.html">Maki Goto</a></li></ul></div><div id="mmq"><div class="mmq_gen"><a href="/web/20101226003822/http://hpdb.vicion.net/show/groups/Morning+Musume%2C+4th+Generation.html">4th Generation</a></div><ul class="mmq_mem"><li><a href="/web/20101226003822/http://hpdb.vicion.net/show/people/Ai+Kago.html">Ai Kago</a></li><li><a href="/web/20101226003822/http://hpdb.vicion.net/show/people/Hitomi+Yoshizawa.html">Hitomi Yoshizawa</a></li><li><a href="/web/20101226003822/http://hpdb.vicion.net/show/people/Nozomi+Tsuji.html">Nozomi Tsuji</a></li><li><a href="/web/20101226003822/http://hpdb.vicion.net/show/people/Rika+Ishikawa.html">Rika Ishikawa</a></li></ul></div><div id="mmq"><div class="mmq_gen"><a href="/web/20101226003822/http://hpdb.vicion.net/show/groups/Morning+Musume%2C+5th+Generation.html">5th Generation</a></div><ul class="mmq_mem"><li><a href="/web/20101226003822/http://hpdb.vicion.net/show/people/Ai+Takahashi.html">Ai Takahashi</a></li><li><a href="/web/20101226003822/http://hpdb.vicion.net/show/people/Asami+Konno.html">Asami Konno</a></li><li><a href="/web/20101226003822/http://hpdb.vicion.net/show/people/Makoto+Ogawa.html">Makoto Ogawa</a></li><li><a href="/web/20101226003822/http://hpdb.vicion.net/show/people/Risa+Niigaki.html">Risa Niigaki</a></li></ul></div><div id="mmq"><div class="mmq_gen"><a href="/web/20101226003822/http://hpdb.vicion.net/show/groups/Morning+Musume%2C+6th+Generation.html">6th Generation</a></div><ul class="mmq_mem"><li><a href="/web/20101226003822/http://hpdb.vicion.net/show/people/Eri+Kamei.html">Eri Kamei</a></li><li><a href="/web/20101226003822/http://hpdb.vicion.net/show/people/Miki+Fujimoto.html">Miki Fujimoto</a></li><li><a href="/web/20101226003822/http://hpdb.vicion.net/show/people/Reina+Tanaka.html">Reina Tanaka</a></li><li><a href="/web/20101226003822/http://hpdb.vicion.net/show/people/Sayumi+Michishige.html">Sayumi Michishige</a></li></ul></div><div id="mmq"><div class="mmq_gen"><a href="/web/20101226003822/http://hpdb.vicion.net/show/groups/Morning+Musume%2C+7th+Generation.html">7th Generation</a></div><ul class="mmq_mem"><li><a href="/web/20101226003822/http://hpdb.vicion.net/show/people/Koharu+Kusumi.html">Koharu Kusumi</a></li></ul></div></div></li> </ul> <div class="sbtitle">Other</div> <ul id="sidefeat"> <li id="sfeat3"> <div id="sfeatc3" class="featcapt"> <a href="javascript:togglefeat(3);">Log in <span id="sfeatpr3" class="sideopener">∇</span></a></div> <div id="sfeatd3" class="featdata"> <form method="POST" action="/web/20101226003822/http://hpdb.vicion.net/index.php?page=showcontent&name=Morning+Musume%2C+5th+Generation&type=groups" name="f1" id="f1"> <table class="none" id="t_f1"> <tr class="formfield"><td>Username</td><td><input type="text" name="username" value="" size="10"></td></tr><tr class="formfield"><td>Password</td><td><input type="password" name="password" value="" size="10"></td></tr><tr class="formfield"><td colspan="2"><input type="hidden" name="formid" value="login"><input type="hidden" name="id" value=""><input type="hidden" name="name" value="Morning Musume, 5th Generation"><input type="hidden" name="type" value="groups"><input type="hidden" name="category" value=""> </td></tr><tr class="formfield"><td colspan="2"><input type="submit" name="" value="Log In"></td></tr></table></form> </div></li> </ul> </td><td id="content"><table class="group_info"><tr class="group_name"><td class="group_name">Morning Musume, 5th Generation</td></tr><tr class="group_type"><td class="group_type">Momusu Generation</td></tr><tr class="gro_img"><td class="gro_img"><div class="editable"><img class="emb_img" src="/web/20101226003822im_/http://hpdb.vicion.net/files/images/groups/momusu5th.jpg" alt="Morning Musume G5"></div></td></tr><tr class="group_desc"><td class="group_desc"><div class="editable"><p class="text_text">Before Morning Musume began their "Live Revolution Spring" live performance tour, in August of 2001 the fifth audition to supplement the group was held.<br/> <br/> Mirroring the audition of the fourth audition, again three people proved their skill notably in the audition: <a href="/web/20101226003822/http://hpdb.vicion.net/show/people/Ai+Takahashi.html">Ai Takahashi</a>, <a href="/web/20101226003822/http://hpdb.vicion.net/show/people/Makoto+Ogawa.html">Makoto Ogawa</a> and <a href="/web/20101226003822/http://hpdb.vicion.net/show/people/Risa+Niigaki.html">Risa Niigaki</a>. <a href="/web/20101226003822/http://hpdb.vicion.net/show/people/Asami+Konno.html">Asami Konno</a>, on the other hand, was chosen based more on her potential rather than skills shown during the audition.<br/> <br/> After the audition there were no less than 13 members in Morning Musume, although that number has gone down at a fast rate ever since. </p></div><div class="editable"><p class="text_text">It can without doubt be said that Ai is the most popular of the 5th generation membes. The rest have their fans as well, but there are no clear overall favorites among them. </p></div></td></tr><tr class="group_members"><td class="group_members"><h4>Current Members</h4><ul class="memberlist"><li class="memberlist"><a href="/web/20101226003822/http://hpdb.vicion.net/show/People/Ai+Takahashi.html">Ai Takahashi</a><li class="memberlist"><a href="/web/20101226003822/http://hpdb.vicion.net/show/People/Asami+Konno.html">Asami Konno</a><li class="memberlist"><a href="/web/20101226003822/http://hpdb.vicion.net/show/People/Makoto+Ogawa.html">Makoto Ogawa</a><li class="memberlist"><a href="/web/20101226003822/http://hpdb.vicion.net/show/People/Risa+Niigaki.html">Risa Niigaki</a></ul></td></tr><tr class="group_releases"><td class="group_releases"><h4>Releases</h4><div style="display: none; " id="relpics_exist" class="relpic_help"> Releases marked with <span class="rel_mempicext">*</span> have pictures of the members from the time of the release.</div><ul class="rel_releasetypes"><li>Photobook<ul class="rel_releases"><li><a href="/web/20101226003822/http://hpdb.vicion.net/show/releases/5+ki+Member+Photobook.html">5 ki Member Photobook</a>, Released on 2003-4-22</ul></ul></td></tr><tr class="group_releases2"><td class="group_releases2"><div id="featured_notably"><h4>Featured notably in</h4><ul class="rel_releasetypes"><li>Singles<ul class="rel_releases"><li><a href="/web/20101226003822/http://hpdb.vicion.net/show/releases/Mr.+Moonlight+%7EAi+no+Big+Band%7E.html">Mr. Moonlight ~Ai no Big Band~</a><span class="rel_mempicext">*</span>, Released on 2001-10-31<li><a href="/web/20101226003822/http://hpdb.vicion.net/show/releases/Souda%21+We%27re+Alive.html">Souda! We're Alive</a><span class="rel_mempicext">*</span>, Released on 2002-2-20</ul><li>Album<ul class="rel_releases"><li><a href="/web/20101226003822/http://hpdb.vicion.net/show/releases/No.+5.html">No. 5</a>, Released on 2003-3-26</ul><li>Album Song<ul class="rel_releases"><li><a href="/web/20101226003822/http://hpdb.vicion.net/show/releases/Suki+na+Senpai.html">Suki na Senpai</a>, Released on March 2002</ul></ul></div></td></tr></table></td></tr></table><hr id="footerbar"> <div class="footer_b"> <script type="text/javascript"><!-- document.getElementById('relpics_exist').style.display = 'block'; --></script> <div class="footernotice"> ->C - Hello! Database, site version 1.2</div> <div class="footernotice">Creating this page took 0.055587 seconds</div> </div> <!--<div class="footernotice">Technical problems with the site? Want to become a contributor? Contact our <a href="/index.php?page=feedback2&predata=To%3A+Administrator%0D%0A%0D%0A">administrator</a>.</div> <div class="footernotice">Erroneus information in the database? Contact our <a href="/index.php?page=feedback2&predata=To%3A+Content+maintaner%0D%0A%0D%0A">content maintaner</a>.</div>--> <div class="footernotice">Erroneus information in the database or technical prolems? <a href="/web/20101226003822/http://hpdb.vicion.net/index.php?page=feedback2">Contact us!</a></div> <div class="footernotice">All copyrightable data on this site, excluding images, copyright 2004-2005; use feedback for more details. <a href="/web/20101226003822/http://hpdb.vicion.net/show/pagecontent/terms_of_use.html">View terms of use</a> for the content of this site. </div> <div id="heart" style="display: none; position: absolute; color: red; opacity: .8; filter: alpha(opacity=80); -moz-opacity: .8;">♥</div> <script type="text/javascript"><!-- document.getElementById('tb_right').onclick = heart; var heartsize = 0; var maxheartsize = 300; var hearto = document.getElementById('heart'); var heartx = 96; var hearty = 52; function heart() { //init heart heartsize = 1; hearto.style.right = heartx + 'px'; hearto.style.top = hearty + 'px'; hearto.style.fontSize = '1px' hearto.style.display = 'block'; doheart(); } function doheart() { heartsize *= 1.5; hearto.style.right = (heartx - heartsize / 1.8 ) + 'px'; hearto.style.top = (hearty - heartsize / 1.8 ) + 'px'; hearto.style.fontSize = heartsize + 'px'; if (heartsize < maxheartsize) { setTimeout('doheart()', 100); } else { hearto.style.display = 'none'; } } --></script> </body> </html> <!-- FILE ARCHIVED ON 00:38:22 Dec 26, 2010 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 16:45:37 Nov 28, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.576 exclusion.robots: 0.026 exclusion.robots.policy: 0.016 esindex: 0.012 cdx.remote: 13.59 LoadShardBlock: 223.298 (3) PetaboxLoader3.datanode: 62.891 (4) PetaboxLoader3.resolve: 157.437 (2) load_resource: 222.658 -->