// JavaScript Document for The DJ Lounge dot com
function create_surf_menu(path) {
	document.write('<img id="printpage" src="'+path+'goback.gif" width="16" height="16" border="0" onClick="javascript:history.back(1)" title="Go back one page" \> &nbsp;');
	if (window.print) {
		document.write('<img id="printpage" src="'+path+'printpage.gif" width="16" height="16" border="0" onClick="javascript:window.print()" title="Print this page..." \> &nbsp;');
	}
	document.write('<img id="printpage" src="'+path+'goforth.gif" width="16" height="16" border="0" onClick="javascript:history.forward(1)" title="Go forth one page" \>');
}
function write_mail_here(subject,msg) {
	var account = 'info';
	var domain = 'thedjlounge';
	var type = '.com'
	document.write('<a href="mailto:THE DJ LOUNGE<'+account+'@'+domain+type+'>?subject='+subject+'&body='+msg+'" title="Send it using your own mail client...">'+account+'@'+domain+type+'</a>');
}
