
// This file contains java site specific script.

var djs_hitcalls=new Array(
'/hitcounter/djs-count.cgi?site=djssoft',				// Hitbar normal remote
'/hitcounter/djs-count.cgi?site=djssoft&image=ftpgsquare&dx=136',	// Hitbar front page remote
'/hitcounter/djs-count.cgi?site=djssoft&mode=2',			// Count  remote
'/hitcounter/djs-count.cgi?site=djssoft&mode=2&image=fpgdigit',		// Count  front page remote
'/images/infosquare_m.png" alt="&nbsp;" width="6" height="6"',		// Hitbar normal local
'/images/ftpgsquare_m.png" alt="&nbsp;" width="136" height="6"',		// Hitbar front page local
'/images/digit_00.png" alt="&nbsp;" width="10" height="16"',		// Count  local
'/images/fpgdigit_04.png" alt="&nbsp;" width="10" height="16"');		// Count  front page local

function djs_CallHitCounter( sort, reldir)
{
    if( djs_isFilePage())
    {
        document.write( '<img src="' + reldir + djs_hitcalls[4+sort] + ' border="0">');
    }
    else
    {
        document.write( '<img src="' + djs_hitcalls[sort] + '">');
    }
}


function djs_GetFiles()
{
    if( djs_isFilePage())
    {
	document.write( '<a href="http://www.stkevernechurch.org.uk/hitcounter/djssoft/hits.log" target="blank">Download&nbsp;Log</a><br>');
	document.write( '<a href="http://www.stkevernechurch.org.uk/hitcounter/djssoft/visitors.xml" target="blank">Download&nbsp;Data&nbsp;File</a><br>');
    }
}


