function writeCurrentIssue1()
{
		document.write("Year 10; Issue 4; August 2008, ISSN 1755-9715");
}

function writeCurrentIssue2()
{
		document.write("Year 10; Issue 4<br>August 2008");
}

function writeRefer()
{
	locname=new String(document.location);

	if(locname.search("http://www.hltmag.co.uk") == -1  && locname.search("http://hltmag.co.uk") == -1 )
	{
		document.write("");
	}
	else
	{
		document.write("<tr><td height='12'><img src='images/dotted_line.gif' alt='---&nbsp;' width='179' height='12' border='0'></td></tr>");
        document.write("<tr><td><table border='0' cellpadding='0' cellspacing='0' width='178' bgcolor='#E0E0E0'>");
        document.write("<tr><td width='27' align='center'><img src='images/bullet1.gif' alt='*&nbsp;' width='14' height='14' border='0'></td>");
        document.write("<td width='151'><a href='../referfr.asp' class='link10'><font color='#B64639'><b>Refer this page to a friend</b></font></a></td>");
        document.write("</tr></table></td></tr>");
	}
}

function writeDownload()
{
	locname=new String(document.location);

	if(locname.search("http://www.hltmag.co.uk") == -1  && locname.search("http://hltmag.co.uk") == -1 )
	{
		document.write("");
	}
	else
	{
		document.write("<p align='left'>You can copy this entire edition to your computer and read it when you want. Just <a href='down.htm'><strong>click ");
		document.write("here</strong></a> for instructions. You are also able to download every issue from 1999, 2000, 2001 and 2002 each in their own zip file.</p>");
	}
}

function writeSearch()
{
	locname=new String(document.location);

	if(locname.search("http://www.hltmag.co.uk") == -1  && locname.search("http://hltmag.co.uk") == -1 )
	{
		document.write("");
	}
	else
	{
		document.write("<tr><td align='center'><br><B>SITE SEARCH</B>");
		document.write("<form method='get' action='http://www.hltmag.co.uk/search.asp'>");
		document.write("<input type='text' name='search' style='border: 1px solid; border-color: #646464; width: 150px; height: 18px;'>");
		document.write("<span class='smalltext'><br><B>AND</B> to find all words entered<br><B>OR</B> to find any words entered</span><br><br>");
		document.write("<select name='mode'>");
		document.write("<option value='allwords'>AND</option>");
		document.write("<option value='anywords'>OR</option>");
		document.write("</select><br><br>");
		document.write("<input type=submit value='Search'><input type='reset'>");
		document.write("</form></td></tr>");
	}

}
