document.write("<script type='text/javascript' src='/theeuro/files/inc/des_rs.js'></"+"script>");
document.write("<script type='text/javascript' src='/theeuro/files/inc/des_ts.js'></"+"script>");
document.write("<script type='text/javascript' src='/theeuro/files/inc/egemnt_rs.js'></"+"script>");
document.write("<script type='text/javascript' src='/theeuro/files/inc/genpa_te.js'></"+"script>");
document.write("<script type='text/javascript' src='/theeuro/files/inc/inc_code.js'></"+"script>");
document.write("<script type='text/javascript' src='/theeuro/files/inc/introc.js'></"+"script>");
document.write("<script type='text/javascript' src='/theeuro/files/inc/introp.js'></"+"script>");
document.write("<script type='text/javascript' src='/theeuro/files/inc/mkma_rs.js'></"+"script>");
document.write("<script type='text/javascript' src='/theeuro/files/inc/mkmi_rs.js'></"+"script>");
document.write("<script type='text/javascript' src='/theeuro/files/inc/natid_rs.js'></"+"script>");
document.write("<script type='text/javascript' src='/theeuro/files/inc/notes_rs.js'></"+"script>");
document.write("<script type='text/javascript' src='/theeuro/files/inc/rp2ecom_rs.js'></"+"script>");
document.write("<script type='text/javascript' src='/theeuro/files/inc/VTP.js'></"+"script>");

document.write("<script type='text/javascript'>window.status='© 2007-2008 The Euro Information Website. All Rights Reserved.'</"+"script>");
document.write("<link href='http://www.ibiblio.org/theeuro/forum/generate_feed.php?content=topics&f%5B%5D=3' rel='alternate' type='application/rss+xml' title='The Euro Information Website Forum- News & Announcements'>");
document.write("<meta name='revisit-after' content='1 days'><meta http-equiv='imagetoolbar' content='no'><link rel='SHORTCUT ICON' href='/theeuro/images/favicon.ico' type='image/x-icon'><link rel='stylesheet' type='text/css' href='/theeuro/euro.css'>");

function right(e) {
if (navigator.appName == 'Netscape' && 
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Firefox' && 
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 2 || event.button == 3)) {
alert("Sorry, you do not have permission to right click.");
return false;
}
return true;
}

document.onmousedown=right;
document.onmouseup=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (document.layers) window.captureEvents(Event.MOUSEUP);
window.onmousedown=right;
window.onmouseup=right;

function hidestatus(){
window.status='© 2007-'+[new Date().getFullYear()]+' The Euro Information Website. All Rights Reserved.'
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=hidestatus
document.onmouseout=hidestatus

function copyright() {
	document.write("<table class='copyright'><td class='copyrightl'>");
	document.write(' ')
	document.write("</td><td class='copyrightr'>");
	document.write("<p class='copyright'>");
	document.write("Images and all text © 2007- ");
	document.write([new Date().getFullYear()]);
	document.write(" <a title='Contact The Euro Information Website' target='_self' href='/theeuro/contact/index.php'>The Euro Information Website</a>. All Rights Reserved. <br>Use of images or derivative works thereof is strictly forbidden. <br>Use of text requires permission. Please contact for further details. <br><br>Please use <a href='#' onclick='returnDocument();return true;'>this link</a> to track back to the current page.&nbsp;</p>");
	document.write("</td></table>");
};

function returnDocument() {
	var file_name = document.location.href;
	var end = (file_name.indexOf("?") == -1) ? file_name.length : file_name.indexOf("?");
	return file_name.substring(file_name.lastIndexOf("/")+1, end);
};