function backpage()
{
var clayc=document.location;
numc=1
var urlc="http://www.thejapanesepage2.com/kanji/kk"
var url2="file:///C:/How%20to%20Wow/kk";
while (numc <= 370) 
{ 
if (clayc==urlc+numc+".htm" | clayc==url2+numc+".htm")
{linkc=numc-1;
location="kk"+linkc+".htm"
}
numc=numc+1
}
}


function nextpage()
{
var clay=document.location;
num=1
var url="http://www.thejapanesepage2.com/kanji/kk"
var url2="file:///C:/How%20to%20Wow/kk";
while (num <= 370) 
{ 
if (clay==url+num+".htm" | clay==url2+num+".htm")
{num=num+1;
location="kk"+num+".htm"}
else
{
num=num+1
}
}
}

document.write("<center><span onmouseover=document.pic1.src='gif/left.jpg' onmouseout=document.pic1.src='gif/left.gif'><img src='gif/left.gif' width='46' height='26' alt='Yesterdays Kanji' align='middle' name='pic1' onclick='backpage()'></span><a href='kanji3.htm' target='_top'><font size='1'>Kanji List</font></a><img src='gif/right.gif' name='pic2' width='44' height='28' alt='Tomorrows Kanji' align='middle' onclick='nextpage()' onmouseover=document.pic2.src='gif/right.jpg' onmouseout=document.pic2.src='gif/right.gif'><br><hr><table align=center><tr><td><a href='http://www.thejapanshop.com'><img src='images/opensmall.gif' width='94' height='91' border='0' align='right'></a>THEJAPANSHOP.com<a href='http://www.thejapanshop.com'><br>JLPT Prep, Kanji books and ELECTRONIC DICTIONARIES!</a></td></tr></table></center>")

