ÿþ<html> <head><style type="text/css"> #dropmenudiv{ position:absolute; background-color: #104070; border:1px solid black; border-bottom-width: 0; font:normal 10px Verdana; line-height:18px; z-index:100; } #dropmenudiv a{ width: 100%; display: block; text-indent: 3px; border-bottom: 1px solid black; padding: 0px 0; text-decoration: none; font-weight: bold; } #dropmenudiv a:hover{ /*hover background color*/ background-color: #C7FF5E; } /* Sample CSS definition for the example list. Remove if desired */ .navlist li { list-style-type: square; width: 130px; background-color: #FFFFB9; } </style> <script language="JavaScript"> <!-- function SymError() { return true; } window.onerror = SymError; var SymRealWinOpen = window.open; function SymWinOpen(url, name, attributes) { return (new Object()); } window.open = SymWinOpen; //--> </script> <script language="JavaScript"> <!-- function SymError() { return true; } window.onerror = SymError; var SymRealWinOpen = window.open; function SymWinOpen(url, name, attributes) { return (new Object()); } window.open = SymWinOpen; //--> </script> <script type="text/javascript"> /*********************************************** * AnyLink Vertical Menu- © Dynamic Drive (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ //Contents for menu 1 var menu1=new Array() menu1[0]='<a href="http://golden-gash.sitesled.com/YNZ.html">Yuujou no Zakeru (Electric Arena)</a>' menu1[1]='<a href="http://golden-gash.sitesled.com/construction.html">Makai no Bookmark</a>' menu1[2]='<a href="http://golden-gash.sitesled.com/construction.html">Yuujou no Zakeru 2</a>' menu1[3]='<a href="http://golden-gash.sitesled.com/construction.html">THE CARD BATTLE</a>' menu1[4]='<a href="http://golden-gash.sitesled.com/dreamtag.html">Yuujou no Zakeru - Dream Tag Tournament</a>' //Contents for menu 2 var menu2=new Array() menu2[0]='<a href="http://golden-gash.sitesled.com/construction">Yuujou Tag Battle</a>' menu2[1]='<a href="http://golden-gash.sitesled.com/construction">Yuujou no Tag Battle - Full Power</a>' menu2[2]='<a href="http://golden-gash.sitesled.com/GoGo.html">Go! Go! Mamono Battle! (Mamodo Fury)</a>' menu2[3]='<a href="http://golden-gash.sitesled.com/construction.html">Saikyou no Mamono-tachi</a>' //Contents for menu 3 var menu3=new Array() menu3[0]='<a href="http://golden-gash.sitesled.com/mamodobattle.html">Mamodo Battles</a>' menu3[1]='<a href="http://golden-gash.sitesled.com/construction.html">Yuujou no Tag Battle - Full Power</a>' menu3[2]='<a href="http://golden-gash.sitesled.com/GoGo.html">Go! Go! Mamono Battle! (Mamodo Fury)</a>' //Contents for menu 4 var menu4=new Array() menu4[0]='<font size=1><i>Openings</i></font>' menu4[1]='<a href="http://golden-gash.sitesled.com/LyricKasabuta.html">Kasabuta</a>' menu4[2]='<a href="http://golden-gash.sitesled.com/LyricKimini.html">Kimi ni kono koe ga todokimasu yô ni</a>' menu4[3]='<a href="http://golden-gash.sitesled.com/Lyrictsubasa.html">Mienai Tsubasa</a>' menu4[4]='<font size=1><i>Endings</i></font>' menu4[5]='<a href="http://golden-gash.sitesled.com/Lyricpersonal.html">PERSONAL</a>' menu4[6]='<a href="http://golden-gash.sitesled.com/Lyricstars.html">STARS</a>' menu4[7]='<a href="http://golden-gash.sitesled.com/Lyrictsuyogari.html">Tsuyogari</a>' menu4[8]='<a href="http://golden-gash.sitesled.com/Lyricidea.html">IDEA</a>' menu4[9]='<a href="http://golden-gash.sitesled.com/Lyrickyouri.html">Kyouri Ashita Wa</a>' menu4[10]='<a href="http://golden-gash.sitesled.com/Lyricaso.html">Aso FEVER!</a>' menu4[11]='<a href="http://golden-gash.sitesled.com/Lyrics.html">Others (still in work)</a>' //Contents for menu 5 var menu5=new Array() menu5[0]='<a href="http://www.sitesled.com/members/golden-gash/OPEDclips.html">Opening/Ending clips</a>' menu5[1]='<a href="http://www.sitesled.com/members/golden-gash/clips.html">Spell Clips</a>' menu5[2]='<a href="http://www.sitesled.com/members/golden-gash/spoilerclips.html">Spoiler clips</a>' var disappeardelay=250 //menu disappear speed onMouseout (in miliseconds) var horizontaloffset=2 //horizontal offset of menu from default location. (0-5 is a good value) /////No further editting needed var ie4=document.all var ns6=document.getElementById&&!document.all if (ie4||ns6) document.write('<div id="dropmenudiv" style="visibility:hidden;width: 160px" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>') function getposOffset(what, offsettype){ var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop; var parentEl=what.offsetParent; while (parentEl!=null){ totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop; parentEl=parentEl.offsetParent; } return totaloffset; } function showhide(obj, e, visible, hidden, menuwidth){ if (ie4||ns6) dropmenuobj.style.left=dropmenuobj.style.top=-500 dropmenuobj.widthobj=dropmenuobj.style dropmenuobj.widthobj.width=menuwidth if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover") obj.visibility=visible else if (e.type=="click") obj.visibility=hidden } function iecompattest(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } function clearbrowseredge(obj, whichedge){ var edgeoffset=0 if (whichedge=="rightedge"){ var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15 dropmenuobj.contentmeasure=dropmenuobj.offsetWidth if (windowedge-dropmenuobj.x-obj.offsetWidth < dropmenuobj.contentmeasure) edgeoffset=dropmenuobj.contentmeasure+obj.offsetWidth } else{ var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18 dropmenuobj.contentmeasure=dropmenuobj.offsetHeight if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move menu up? edgeoffset=dropmenuobj.contentmeasure-obj.offsetHeight if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either? (position at top of viewable window then) edgeoffset=dropmenuobj.y } } return edgeoffset } function populatemenu(what){ if (ie4||ns6) dropmenuobj.innerHTML=what.join("") } function dropdownmenu(obj, e, menucontents, menuwidth){ if (window.event) event.cancelBubble=true else if (e.stopPropagation) e.stopPropagation() clearhidemenu() dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv populatemenu(menucontents) if (ie4||ns6){ showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth) dropmenuobj.x=getposOffset(obj, "left") dropmenuobj.y=getposOffset(obj, "top") dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+obj.offsetWidth+horizontaloffset+"px" dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+"px" } return clickreturnvalue() } function clickreturnvalue(){ if (ie4||ns6) return false else return true } function contains_ns6(a, b) { while (b.parentNode) if ((b = b.parentNode) == a) return true; return false; } function dynamichide(e){ if (ie4&&!dropmenuobj.contains(e.toElement)) delayhidemenu() else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget)) delayhidemenu() } function hidemenu(e){ if (typeof dropmenuobj!="undefined"){ if (ie4||ns6) dropmenuobj.style.visibility="hidden" } } function delayhidemenu(){ if (ie4||ns6) delayhide=setTimeout("hidemenu()",disappeardelay) } function clearhidemenu(){ if (typeof delayhide!="undefined") clearTimeout(delayhide) } </script> <meta http-equiv="Content-Type" content="text/html; utf-8"> <meta name="title" content="Golden Gash"> <meta http-equiv="Pragma" content="cache"> <meta name="ROBOTS" content="INDEX,FOLLOW"> <meta http-equiv="Content-Language" content="en"> <meta name="description" content="A site dedicated to the anime, Konjiki no Gash Bell!!"> <meta name="abstract" content=""> <meta name="keywords" content="Gash, Zatch, Bell, Gasshu, Bell, Beru, Konjki, Golden, Kiyomaro, Megumi, Tio, Tia, Umagon, Ponygon, Brago, Zeon, Zeno, Synchro, Gashu, Faudo, Zophis, Sherri, Takamine"> <meta name="author" content="Synchro, Gashu"> <meta name="publisher" content="Synchro, Gashu"> <meta name="copyright" content="Golden Gash"> <meta name="rating" content="Safe For Kids"> <meta http-equiv="Reply-to" content="goldgash@gmail.com"> <meta name="creation_Date" content="11/11/2006"> <meta name="expires" content=""> <meta name="revisit-after" content="7 days"> <meta name="doc-rights" content="Copywritten work"> <meta name="doc-class" content="Living Document"> <meta name="MSSmartTagsPreventParsing" content="true"> <link rel="SHORTCUT ICON" href="http://www.rockmanamv.com/GoldenGash/gashmet8qr.ico"><title>Golden Gash</title> <style> <!-- A:link {text-decoration: none; color: #DFEBEB} A:visited {text-decoration: none; color: #C0B8C4} A:active {text-decoration: none; color: #00C0C0} A:hover {text-decoration: none; color: #00C0C0} --> </style> <style> <!-- BODY { SCROLLBAR-FACE-COLOR: #2d36b1; SCROLLBAR-HIGHLIGHT-COLOR: White; SCROLLBAR-SHADOW-COLOR: White; SCROLLBAR-ARROW-COLOR: White; scrollbar-3d-light-color : #6a6fae; scrollbar-base-color : #000000; scrollbar-dark-shadow-color : White; border-color : #; --> </style></head> <body leftmargin="0" topmargin="0" alink="#ff80c0" background="" bgcolor="#104070" link="#8080ff" text="#ffffff" vlink="#400080"> <layer left="0" top="0"> </layer><br><center> <p></p> </center> <tr><td align="center" valign="top"> <center> <table> <tr> <td colspan="3" height="50"> <font face="verdana" size="3"> <img src="http://img385.imageshack.us/img385/1274/ggashthksgiving5e9ec7ym6.jpg" border="2"><br><br><p align="center"><b>Welcome to Golden Gash!</b></font></td> </tr> <tr> <td valign="top"> <img src="http://photobucket.com/albums/v366/st40611/th_Top.gif" border="0" height="12" width="130"><br> <img src="http://photobucket.com/albums/v366/st40611/Site%20Pics/contents.png" border="0" height="35" width="130"><br><a href="http://www.sitesled.com/members/golden-gash"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/index.png" border="0" height="18" width="130"></a><br><a href="http://www.sitesled.com/members/golden-gash/about.html"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/about.png" border="0" height="18" width="130"></a><br><a href="http://www.sitesled.com/members/golden-gash/updates.html"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/archieves.png" border="0" height="18" width="130"></a><br> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/manga.png" border="0" width="130" height="35"><br><a href="http://www.sitesled.com/members/golden-gash/manga.html"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/volumes.png" border="0" width="130" height="17"><br><a href="http://www.sitesled.com/members/golden-gash/ColorScans.html"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics//colorscans.png" border ="0" width="130" height="18"></a><br><a href="http://www.sitesled.com/members/golden-gash/Differences.html"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/differences.png" border="0" width="130" height="18"></a><br> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/game.png" border="0" height="35" width="130"></a><br/> <a href="default.htm" onMouseover="dropdownmenu(this, event, menu1, '250px')" onMouseout="delayhidemenu()"><img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/gba.png" border="0" height="18" width="130"></a><br/> <a href="default.htm" onMouseover="dropdownmenu(this, event, menu2, '250px')" onMouseout="delayhidemenu()"><img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/ps2.png" border="0" height="18" width="130"></a><br/><a href="http://www.sitesled.com/members/golden-gash/mamodobattle.html"> <a href="default.htm" onMouseover="dropdownmenu(this, event, menu3, '250px')" onMouseout="delayhidemenu()"><img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/GCN.png" border ="0" width="130" height="18"></a><br><a href="http://photobucket.com/albums/y132/gash-bell/Game%20screenshots/"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/gamescreencaps.png" border ="0" width="130" height="18"></a><br><a href="http://www.sitesled.com/members/golden-gash/gamemusic.html"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/musicrips.png" border ="0" width="130" height="18"></a><br> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/anime.png" border="0" height="35" width="130"></a><br/> <a href="default.htm" onMouseover="dropdownmenu(this, event, menu4, '225px')" onMouseout="delayhidemenu()"><img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/lyrics.png" border="0" height="18" width="130"></a><br><a href="http://photobucket.com/albums/y132/gash-bell/"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/gallery.png" border="0" height="18" width="130"></a><br/><a href="http://www.sitesled.com/members/golden-gash/EpisodeSummaries.html"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/Episodesummaries.png" border="0" height="18" width="130"></a><br><a href="http://www.sitesled.com/members/golden-gash/zatchbell.html"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/ZatchBell.png" border ="0" width="130" height="18"></a><br><a href="http://www.sitesled.com/members/golden-gash/songdownloads.html"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/songdownloads.png" border ="0" width="130" height="18"></a><br> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/Fancreations.png" border="0" width="130" height="34"><br><a href="http://s10.invisionfree.com/Konjiki_no_Gash_bell"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/forums.png" border="0" width="130" height="18"></a><br><a href="irc://irc.zirc.org/Golden-Gash"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/IRC.png" border ="0" width="130" height="18"></a><br><a href="http://www.sitesled.com/members/golden-gash/Fanart.html"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/fanarts.png" border="0" width="130" height="18"><br></a><a href="http://www.sitesled.com/members/golden-gash/FanFiction.html"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/FanFic.png" border ="0" width="130" height="18"></a><br> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/download.png" border ="0" width="130" height="35"></a><br><a href="http://www.sitesled.com/members/golden-gash/wallpapers.html"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/wallpapers.png" border="0" width="130" height="18"></a><br><a href="http://www.sitesled.com/members/golden-gash/Trailers.html"> <img src="http://photobucket.com/albums/v366/st40611/Site%20Pics/Trailers.png" border="0" width="130" height="18"><br></a><a href="default.htm" onMouseover="dropdownmenu(this, event, menu5, '125px')" onMouseout="delayhidemenu()"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/clips.png" border ="0" width="130" height="18"></a><br><a href="http://www.sitesled.com/members/golden-gash/CustAvaSig.html"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/CusAvaSig.png" border ="0" width="130" height="36"></a><br> <img src="http://photobucket.com/albums/v366/st40611/Site%20Pics/Contact.png" border="0" width="130" height="35"></a><br><a href="http://www.sitesled.com/members/golden-gash/Affilate.html"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/affilation.png" border="0" width="130" height="18"></a><br><a href="http://www.sitesled.com/members/golden-gash/linktous.html"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/link.png" border="0" width="130" height="18"><br></a><a href="http://www.sitesled.com/members/golden-gash/staff.html"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/staff.png" border="0" width="130" height="18"><br></a><a href="http://www.sitesled.com/members/golden-gash/FAQ.html"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/FAQ.png" border="0" width="130" height="18"><br></a> <img src="http://img.photobucket.com/albums/v366/st40611/bottom.gif" border="0" width="130" height="12"><br> </td> <td valign="top"> <table border="1" bordercolor="#ffffff" cellpadding="5" cellspacing="0"> <tr> <td width="600"><font face="verdana" size="-2"> <img src="http://img.photobucket.com/albums/v464/PermaLeland/icon%20batch%202/kioymean.png" align="left" border="0" width="100" height="100"></font> <b><br><br> <font face="verdana" size="2">Gashu-Kun:</font><br> <font face="verdana" size="-2">November 10th, 2006.</font><br> <font face="verdana" size="2">The story that began in episode 12 ... continues. </font><br> <br> </b><br> <font face="verdana" size="-2">In English, Episode 85 is out!<br><br><center><a href="http://www.anime-destiny.org/modules/news/"><img src="http://www.anime-destiny.org/ss/tunnel1.jpg"></a></center><br><br>Enjoy their awesome release, and the torrent can be accessed <a href="http://anime-destiny.edwardk.info/[A-Destiny&BZN]_Konjiki_no_Gash_Bell_-_85_[D52DA498].mp4.torrent" target="_blank">here</a>! Direct linking will be available soon.<br><br>For those who haven't been paying attention to the forums, the summaries for the following manga chapters are available!<br><br><a href="http://golden-gash.sitesled.com/272Summary.html">Chapter 272 - This is The Answer.</a></b><br><a href="http://golden-gash.sitesled.com/273Summary.html">Chapter 273 - Zeon's Wish.</a></b><br><br>Strangerataru also made a "total demons left" list in livejounral ... clearly we are almost near the end of the manga! <a href="http://community.livejournal.com/konjiki/204134.html?view=1522022#t1522022">Read here!</a><Br><br> And last but not least ... cover art for volume 27 has been posted!<br><br> <center><br><img src="http://img201.imageshack.us/img201/9626/volume27artsmallav1.png"><br><br> Looks like Raiku went to his hardest drawing this cover. Awesome!</center><br><br> <p align="right"><a href="http://z10.invisionfree.com/golden_gash/index.php?showtopic=366"> Add comment about cover art.</a></p></font> </font></td> </tr> </table> <table border="1" bordercolor="#ffffff" cellpadding="5" cellspacing="0"> <tr> <td width="600"><font face="verdana" size="-2"> <img src="http://img.photobucket.com/albums/v464/PermaLeland/icon%20batch%202/kioymean.png" align="left" border="0" width="100" height="100"></font> <b><br><br> <font face="verdana" size="2">Gashu-Kun:</font><br> <font face="verdana" size="-2">November 21st, 2006.</font><br> <font face="verdana" size="2">Large amount of crying.</font><br> <br> </b><br> <font face="verdana" size="-2"><a href="http://golden-gash.sitesled.com/271Summary.html">View summary here!</a></b><br><br> <p align="right"><a href="http://z10.invisionfree.com/golden_gash/index.php?showtopic=357&st=0"> Chapter discussion here.</a></p></font> </font></td> </tr> </table> <table border="1" bordercolor="#ffffff" cellpadding="5" cellspacing="0"> <tr> <td width="600"><font face="verdana" size="-2"> <img src="http://img.photobucket.com/albums/v464/PermaLeland/icon%20batch%202/kioymean.png" align="left" border="0" width="100" height="100"></font> <b><br><br> <font face="verdana" size="2">Gashu-Kun:</font><br> <font face="verdana" size="-2">November 14th, 2006.</font><br> <font face="verdana" size="2">Listen to me, Baou!</font><br> <br> </b><br> <font face="verdana" size="-2">I did a lot of updates this week, so here goes! <br><br>1. If you stlil have not noticed, the url of the forum has changed to <a href="http://s10.invisionfree.com/golden_gash">http://s10.invisionfree.com/golden_gash</a>, so check out the new URL if you haven't know yet! <br><br>2. Chapter 270 (Listen to What I Say) is available to download in the forum! This chapter is a very good chapter, consider the large amount of images focusing on the two large spells. <br><br>3. If you downloaded it already, but want to know more of what's going, I typed up a summary, located <a href="http://golden-gash.sitesled.com/270Summary.html">here</a>. <br><br>4. Discography section is being made, but I have already finish making the opening and ending section! Check it out <a href="http://golden-gash.sitesled.com/discography/OPED.html">here!</a></b><br><br> <p align="right"><a href="http://z10.invisionfree.com/golden_gash/index.php?showtopic=353"> Chapter discussion here.</a></p></font> </font></td> </tr> </table> <table border="1" bordercolor="#ffffff" cellpadding="5" cellspacing="0"> <tr> <td width="600"><font face="verdana" size="-2"> <img src="http://img.photobucket.com/albums/v464/PermaLeland/icon%20batch%202/kioymean.png" align="left" border="0" width="100" height="100"></font> <b><br><br> <font face="verdana" size="2">Gashu-Kun:</font><br> <font face="verdana" size="-2">November 10th, 2006.</font><br> <font face="verdana" size="2">Final Battle ended .. or has it? </font><br> <br> </b><br> <font face="verdana" size="-2">Whoo! Episode 84 is released by A-D! We get to watch more Reira/Albert moon action!<br><br><center><a href="http://www.anime-destiny.org/ss/Fire1.jpg"><img src="http://www.anime-destiny.org/ss/Fire1.jpg"></a></center><br><br>Enjoy their awesome release, and the torrent can be accessed <a href="http://anime-destiny.edwardk.info/[A-Destiny]_Konjiki_no_Gash_Bell_-_84_[125B54AE].mp4.torrent" target="_blank">here</a>!<br><br>Also, if you prefer, you can direct-download the files from Rapidshare links in three winrar packs, as shown in the forum thread. (Which meaning it's for register users only! If you want to direct download the episode, join the forum and the rest of us!) Just simply save all of them in the same directory/folder, and then tell Winrar to extract it, and it'll do its magic! Also, if you know how to use Bit Torrent well, please download it and then seed it on the A-D tracker, thank you~!<br><br>Another awesome thing is that we have a character bios section up, thanks to Daisuke! Only the four main characters is written so far, but it's still good!<br><a href="http://www.sitesled.com/members/golden-gash/bios/KiyoGash.html">Character bios here~!</a><br><br><font color=red><font size="1"><b>Also, please be noted that due to character restrictions, the site URL change will be http://z10.invisionfree.com/golden_gash/, with an underscore instead of a dash instead. I'll change it tomorrow for everyone to see the notice.</font></b><br><br></font> <p align="right"><a href="http://z10.invisionfree.com/Konjiki_no_Gash_bell/index.php?showtopic=344&st=0&#last"> Add comment.</a></p></font> </font></td> </tr> </table> <table border="1" bordercolor="#ffffff" cellpadding="5" cellspacing="0"> <tr> <td width="600"><font face="verdana" size="-2"> <img src="http://img.photobucket.com/albums/v464/PermaLeland/icon%20batch%202/kioymean.png" align="left" border="0" width="100" height="100"></font> <b><br><br> <font face="verdana" size="2">Gashu-Kun:</font><br> <font face="verdana" size="-2">November 9th, 2006.</font><br> <font face="verdana" size="2">New affiliate, and deeper detail into chapter 269! </font><br> <br> </b><br> <font face="verdana" size="-2">After asking lelandlancaster, I was able to make affiliate with a new and growing manga livejournal community, Konjikimanga. They have growing numbers of updated manga chapters and what not, and so whenever you feel that Golden Gash does not satisfy your RAW manga need, konjkimanga is your answer! <br><br>Also, Kewl0210 just posted a translation of chapter 269! If you want to know more of what happened after reading the Japanese version, read <a href="http://community.livejournal.com/konjikimanga/2160.html#cutid1">this</a> to help you get a better idea of what exactly happened!<br><br><font color=red><font size="1"><b>Also, please be noticed that the forum URL will be changed from:<br><br> <a href="http://z10.invisionfree.com/Konjiki_no_Gash_bell/" target="_blank">http://z10.invisionfree.com/Konjiki_no_Gash_bell/</a> <br>to<br> <a href="http://z10.invisionfree.com/golden-gash/" target="_blank">http://z10.invisionfree.com/golden-gash/</a><br> soon.<br><br>Please go to the new URL as soon as you find the old links stop working. This change will be made around tomorrow. Thank you~!<br><br></b></font></font> <p align="right"><a href="http://community.livejournal.com/konjikimanga/"> Visit KonjkiManga now~!</a></p> </font></td> </tr> </table> <table border="1" bordercolor="#ffffff" cellpadding="5" cellspacing="0"> <tr> <td width="600"><font face="verdana" size="-2"> <img src="http://img.photobucket.com/albums/v464/PermaLeland/icon%20batch%202/kioymean.png" align="left" border="0" width="100" height="100"></font> <b><br><br> <font face="verdana" size="2">Gashu-Kun:</font><br> <font face="verdana" size="-2">November 7th, 2006.</font><br> <font face="verdana" size="2">Final Battle, and new episode released! </font><br> <br> </b><br> <font face="verdana" size="-2">Finally able to get Chapter 269, it's now up as a direct link in the forum. Go check it out!<br><br> Also, a summary chapter is also made already, which is located <a href=http://golden-gash.sitesled.com/269Summary.html>here</a>. Read it if you have no idea what happens~!<br><br> Please also note that XHunter fixed the problem with hotlinking, so all the previous links in the forum now also works, along with avatars and RAW Manga chapters.<br><br> And another great news! Anime-Destiny just recently released Episode 83 of the anime!! <br><br><center><a href="http://anime-destiny.org/modules/news/"><img src="http://www.anime-destiny.org/ss/Zaguruzemu1.jpg"></a><br><br> Enjoy their awesome release, and the torrent can be accessed <a href="http://anime-destiny.edwardk.info/[A-Destiny]_Konjiki_no_Gash_Bell_-_83_[09358942].mp4.torrent">here</a>!<br><br>And last but not least, Spork made us a great Thanksgiving banner! Thank you, Spork~!<br><br> <p align="right">Add comments:<br><br><a href="http://z10.invisionfree.com/Konjiki_no_Gash_bell/index.php?showtopic=335"> Chapter 269~!</a><br><a href="http://z10.invisionfree.com/Konjiki_no_Gash_bell/index.php?showtopic=336">Konjiki no Gash Bell - Episode 83 release!</a></p> </font></td> </tr> </table> <table border="1" bordercolor="#ffffff" cellpadding="5" cellspacing="0"> <tr> <td width="600"><font face="verdana" size="-2"> <img src="http://img.photobucket.com/albums/v464/PermaLeland/icon%20batch%202/kioymean.png" align="left" border="0" width="100" height="100"></font> <b><br><br> <font face="verdana" size="2">Gashu-Kun:</font><br> <font face="verdana" size="-2">November 5th, 2006.</font><br> <font face="verdana" size="2">IRC Channel - hopefully the final one! </font><br> <br> </b><br> <font face="verdana" size="-2">After messing around with the IRC channel for the <b>third</b> time, I was finally able to move the channel to the ZiRC server on both the mIRC itself and the forum. You may now visit the channel via #Golden-Gash@irc.zirc.org.<br><br>And also read all the <a href="http://z10.invisionfree.com/Konjiki_no_Gash_bell/index.php?showtopic=101" target="_blank">rules</a> before heading toward the channel, to ensure that you won't find yourself getting kicked/banned the second you get in!<br><br>So far, we have two bots, one giving out RAW Manga (and will be on whenever I am on), and another greeting new users (which is almost always on.) Hopefully this will be the final stablized one!<br><br>Also note that I am Synchro-Kun on the channel, so I don't have to change around my nicknames a lot over different ZiRC channels. So if you have a question, feel free to message Synchro-Kun on the channel! <br><br> <p align="right"><a href="http://z10.invisionfree.com/Konjiki_no_Gash_bell/index.php?showtopic=332"> Add Comment.</a></p> </font></td> </tr> </table> <br> </td> <td valign="top"> <img src="http://photobucket.com/albums/v366/st40611/th_Top.gif" border="0" width="130" height="12"><br> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/upcoming.png" border="0" width="130" height="18"><br><a href="http://www.sitesled.com/members/golden-gash/EpisodeSummaries.html"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/animebuttons.png" border="0" width="130" height="32"></a><br> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/animerelease.png" border="0" width="130" height="49"><br><a href="http://www.sitesled.com/members/golden-gash/manga.html"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/mangabuttons.png" border="0" width="130" height="32"></a><br> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics//mangrelease.png" border="0" width="130" height="32"></a><br><a href="http://www.sitesled.com/members/golden-gash/dreamtag.html"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/gbabuttons.png" border="0" width="130" height="32"></a><br> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/GBArelease.png" border="0" width="130" height="32"><br><a href="http://www.sitesled.com/members/golden-gash/YNZ.html"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/EA.png" border="0" width="130" height="32"></a><br> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/EArelease.png" border="0" width="130" height="32"></a><br> <a href="http://www.sitesled.com/members/golden-gash/GoGo.html"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/ps2buttons.png" border="0" width="130" height="32"></a><br> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/gogorelease.png" border="0" width="130" height="32"><br><a href="http://www.sitesled.com/members/golden-gash/mamodobattle.html"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/gcbuttons.png" border="0" width="130" height="32"><br></a> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/GCrelease.png" border="0" width="130" height="32"><br> <img src="http://img.photobucket.com/albums/v366/st40611/bottom.gif" border="0" width="130" height="12"><br><br> <img src="http://photobucket.com/albums/v366/st40611/th_Top.gif" border="0" width="130" height="12"><br><a href="http://www.sitesled.com/members/golden-gash/Affilate.html"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/affilatebutton.png" border="0" width="130" height="32"><br></a><a href="http://s10.invisionfree.com/golden_gash"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/forumbutton.png" border="0" width="130" height="32"></a><br> <img src="http://img.photobucket.com/albums/v366/st40611/bottom.gif" border="0" width="130" height="12"><br><br> <img src="http://photobucket.com/albums/v366/st40611/th_Top.gif" border="0" width="130" height="12"><br> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/affiltes.png" border="0" width="130" height="18"><br></a><a href="http://www.rockmanamv.com"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/AMVAffilate.png" border="0" width="130" height="36"><br></a><a href="http://www.n-u-l-l.net/"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/nullbutton.png" border="0" width="130" height="32"><br></a><a href="http://www.matmaly.com/tracker"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/TVbutton.png" border="0" width="130" height="32"><br></a><a href="http://gash.medoroa.net/"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/GASHbutton.png" border="0" width="130" height="32"><br></a> <a href="http://www.livejournal.com/community/konjiki"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/Konjikibutton.png" border="0" width="130" height="32"><br></a><a href="http://www.kimaera.net/gash.html"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/GBSSbutton.png" border="0" width="130" height="32"><br></a><a href="http://anime-destiny.org/"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/adbuttonborder.png" border="0" width="130" height="32"><br></a><a href="http://www.met-reflect.com/"> <img src="http://img207.imageshack.us/img207/5947/link27lm.png" border="0" width="130" height="32"><br></a><a href="http://www.geocities.com/natalie_fanart/zatchbell/index.htm"> <img src="http://img472.imageshack.us/img472/7042/fmbutton9co.png" border="0" width="130" height="32"></a><br><a href="http://community.livejournal.com/konjikimanga/"> <img src="http://img.photobucket.com/albums/v366/st40611/Site%20Pics/konjikimanga.png" border="0" width="130" height="32"></a><br> <img src="http://img.photobucket.com/albums/v366/st40611/bottom.gif" border="0" width="130" height="12"><br> </td> </tr> <tr> <td width="100%" height="15" colspan="3"> <p align="center"><font face="verdana" size="-2">Golden Gash © 2005 - 2006. Gash Met and all Cosplay Met © TheWebBuilder.<br>This is only a fansite, dedicated the anime/manga, Konjiki no Gash Bell!!/Zatch Bell!!. <br><br>Both version of anime are copyrighted and belong to ShoPro. (Shogakukan Production.) </font> </td> </tr> </table> <p><a href="http://t.extreme-dm.com/?login=goldgash" target="_top"><img src="http://t1.extreme-dm.com/i.gif" name="EXim" alt="eXTReMe Tracker" border="0" height="38" width="41"></a> <script language="JavaScript"> <!-- function SymError() { return true; } window.onerror = SymError; //--> </script> <script language="JavaScript"> <!-- function SymError() { return true; } window.onerror = SymError; //--> </script> <script language="JavaScript"> <!-- function SymError() { return true; } window.onerror = SymError; //--> </script> <script type="text/javascript" language="javascript1.2"><!-- EXs=screen;EXw=EXs.width;navigator.appName!="Netscape"? EXb=EXs.colorDepth:EXb=EXs.pixelDepth;//--> </script><script type="text/javascript"><!-- var EXlogin='goldgash' // Login var EXvsrv='s9' // VServer navigator.javaEnabled()==1?EXjv="y":EXjv="n"; EXd=document;EXw?"":EXw="na";EXb?"":EXb="na"; EXd.write("<img src=http://e0.extreme-dm.com", "/"+EXvsrv+".g?login="+EXlogin+"&amp;", "jv="+EXjv+"&amp;j=y&amp;srw="+EXw+"&amp;srb="+EXb+"&amp;", "l="+escape(EXd.referrer)+" height=1 width=1>");//--> </script><img src="Golden%20Gash_files/s9.gif" height="1" width="1"><noscript><img height="1" width="1" alt="" src="http://e0.extreme-dm.com/s9.g?login=goldgash&amp;j=n&amp;jv=n"/></noscript> <script language="JavaScript"> <!-- function SymError() { return true; } window.onerror = SymError; var SymRealWinOpen = window.open; function SymWinOpen(url, name, attributes) { return (new Object()); } window.open = SymWinOpen; //--> </script> <script language="JavaScript"> <!-- // Start hit counter code for WeCountHits.com var data = '&r=' + escape(document.referrer) + '&n=' + escape(navigator.userAgent) + '&p=' + escape(navigator.userAgent) + '&g=' + escape(document.location.href); if (navigator.userAgent.substring(0,1)>'3') data = data + '&sd=' + screen.colorDepth + '&sw=' + escape(screen.width+'x'+screen.height); document.write('<a href="http://www.wecounthits.com/counter" target=\"_blank\" >'); document.write('<img border=0 hspace=0 '+'vspace=0 src="http://www.wecounthits.com/counter/counter.php?i=1303' + data + '">'); document.write('</a>'); // End hit counter code for WeCountHits.com // --> </script><br><font size=-2><font face="verdana">Web count started in December, 2005.<br>Think Golden Gash has too little hits? <br>Tell your friends to come visit and watch the number go way higher!</font></font> </p> <p><br> </p> </center> </td></tr></tbody></table> </body> <script language="JavaScript"> <!-- window.open = SymRealWinOpen; //--> </script> <script language="JavaScript"> <!-- window.open = SymRealWinOpen; //--> </script> </html>