function translator(){
	document.write('<form action="http://www.google.com/translate" onSubmit="frames()"><input name=u value="'+pageURL+'" type=hidden><input name="hl" value="en" type="hidden"><input name="ie" value="UTF8" type="hidden"><input name="langpair" value="" type="hidden"><input name="langpair" value="en|ja" title="Japanese" src="images/japanese.jpg" onclick="this.form.langpair.value=this.value" height="20" type="image" width="30"><br><br><input name="langpair" value="en|zh-CN" title="Chinese Simplified" src="images/chinese.jpg" onclick="this.form.langpair.value=this.value" height="20" type="image" width="30"><br><br><input name="langpair" value="en|ko" title="Korean" src="images/korean.jpg" onclick="this.form.langpair.value=this.value" height="20" type="image" width="30"><br><br><input name="langpair" value="en|es" title="Espa&#241;ol/Spanish" src="images/spanish.jpg" onclick="this.form.langpair.value=this.value" height="20" type="image" width="30"><br><br><input name="langpair" value="en|fr" title="Fran&#231;ais/French" src="images/french.jpg" onclick="this.form.langpair.value=this.value" height="20" type="image" width="30"><br><br><input name="langpair" value="en|de" title="Deutsch/German" src="images/german.jpg" onclick="this.form.langpair.value=this.value" height="20" type="image" width="30"><br><br><input name="langpair" value="en|ru" title="Russian" src="images/russian.jpg" onclick="this.form.langpair.value=this.value" height="20" type="image" width="30"><br><br><input name="langpair" value="en|it" title="Italiano/Italian" src="images/italian.jpg" onclick="this.form.langpair.value=this.value" height="20" type="image" width="30"><br><br><input name="langpair" value="en|pt" title="Portuguese" src="images/portuguese.jpg" onclick="this.form.langpair.value=this.value" height="20" type="image" width="30"></form>');
}

function frames(){
	if (parent.frames.length > 0){parent.location.href = location.href;}
}
