//<SCRIPT language=JavaScript1.1 type=text/javascript>
//<!--
//  USE: function write_trailer()
//       nothing returned
function write_trailer()
{ 
    document.write( '<span class=Small>Generator North East Ltd, Black Swan Court, 69 Westgate Road, Newcastle Upon Tyne, NE1 1SG, UK<br>' )
    document.write( 'Tel: 0191 245 0099 - Fax: 0191 245 0144 <br>' )
    document.write( 'Music information Search tool © Generator North East Ltd 2001-9<br>' )
    document.write( '<a href=http://www.generator.org.uk/>www.generator.org.uk</a><br></span>' )

return true;}


function write_sidebar()
{ 
    document.write( '<span class=EmphasisBig><B>Info Sheets</B></span></TD>' )
    document.write( '</TR><TR>' )
    document.write( ' <TD VALIGN=TOP><span class=Small><IMG SRC=img/arrow_r.gif WIDTH=7 HEIGHT=7 ' )
    document.write( 'BORDER=0>&nbsp;<A HREF=http://www.artsdata.net/wwwMETA/HandS.asp ' )
    document.write( 'TARGET=_parent>Health &amp; Safety</A></span></TD>' )
    document.write( '</TR><TR>' )
    document.write( ' <TD VALIGN=TOP><span class=Small><IMG SRC=img/arrow_r.gif WIDTH=7 HEIGHT=7 BORDER=0>' )
    document.write( '&nbsp;<A HREF=http://www.artsdata.net/wwwMETA/Licensing.asp TARGET=_parent>' )
    document.write( 'Licensing of Live Music</A> </span></TD></TR>' )
    document.write( '<TR><TD VALIGN=TOP><span class=Small><IMG SRC=img/arrow_r.gif WIDTH=7 HEIGHT=7 BORDER=0>' )
    document.write( '&nbsp;<A HREF=http://www.artsdata.net/wwwMETA/AudRes.asp TARGET=_parent>' )
    document.write( 'Audience Research</A> </span></TD></TR>' )
    document.write( '<TR> <TD VALIGN=TOP><span class=Small><IMG SRC=img/arrow_r.gif WIDTH=7 HEIGHT=7 BORDER=0>' )
    document.write( '&nbsp;<A HREF=http://www.artsdata.net/wwwMETA/Funding.asp TARGET=_parent>Funding</A> </span></TD></TR>' )
    document.write( '<TR><TD VALIGN=TOP><span class=Small><IMG SRC=img/arrow_r.gif WIDTH=7 HEIGHT=7 BORDER=0>' )
    document.write( '&nbsp;<A HREF=http://www.artsdata.net/wwwMETA/Business.asp TARGET=_parent>' )
    document.write( 'Business &amp; Contracts</A> </span></TD></TR>' )
    document.write( '<TR><TD VALIGN=TOP><span class=Small><IMG SRC=img/arrow_r.gif WIDTH=7 HEIGHT=7 BORDER=0>' )
    document.write( '&nbsp;<A HREF=http://www.artsdata.net/wwwMETA/IP.asp TARGET=_parent>Copyright</A> </span></TD></TR>' )
    document.write( '<TR><TD VALIGN=TOP><span class=EmphasisBig><br><B>Contact Lists</B></span></TD></TR>' )
    document.write( '<TR><TD VALIGN=TOP><span class=Small><IMG SRC=img/arrow_r.gif WIDTH=7 HEIGHT=7 BORDER=0>' )
    document.write( '&nbsp;<A HREF=http://www.artsdata.net/wwwMETA/orgs.asp TARGET=_parent>Music Organisations</A></span></TD></TR>' )
    document.write( '<TR><TD VALIGN=TOP><span class=Small><IMG SRC=img/arrow_r.gif WIDTH=7 HEIGHT=7 BORDER=0>' )
    document.write( '&nbsp;<A HREF=http://www.artsdata.net/wwwMETA/Policymakers.asp TARGET=_parent>Music Policymakers</A> </span>' )

return true; }


function write_searchdelimiter(symbol)
{ 
    document.write( '</span><span class =NavDelim>' + symbol + '</span><span class =Nav>' )

return true; }


//  USE: function write_bullet(count)
//  Displays a continuous stream of identical images for the specified number of times
//       nothing returned
function write_bullet(count)
{   var i
    if ( count > 99 )  {  count=1  }
    for ( i=0; i<count; i++ )
           {  document.write( '<IMG border=0 height=10 src=img/bullet.gif width=10>' )  }

return true;}


//--></SCRIPT>


