function writeMeta()

{
window.location="http://www.theenglishstudio.com/";
document.write('<BODY bgcolor="#FFFFFF">')
document.write('<META NAME="Description" CONTENT="Your description here">')
document.write('<META HTTP-EQUIV="KeyWords" CONTENT=" your keywords and phrases here">')
document.write('<META HTTP-EQUIV="rating" content="General">')
document.write('<META HTTP-EQUIV="resource-type" content="document">')
document.write('<META HTTP-EQUIV="revisit-after" content="30 days">')
document.write('<META HTTP-EQUIV="ROBOTS" content="ALL">')
}
