﻿function impressum(){
var myString = '<div class="m2"><p>The web site 54words.com is hosted in Germany.<br \/>Liability for online presence (according to German law)/<br \/>Impressum - Inhaltlich verantwortlich gem. &sect;&sect; 6 TDG, 10 MDStV f&uuml;r <br />das unter http://54words.com abrufbare Angebot ist:</p><p>Adib Fricke<br\/>Kyffhäuserstr. 18<br\/>D-10781 Berlin<br\/>webmail [at] thewordcompany [dot] de<\/p><p>&nbsp;</p><p><a href="javascript:self.close();" class="m2">Close window</a></p></div>'
	msgWindow = window.open('', '','width=450,height=320');
	msgWindow.document.open();
	msgWindow.document.write('<head><title>Impressum - 54 words</title><meta http-equiv="expires" content="0"><meta name="robots" content="noindex"><style type="text/css">');
	msgWindow.document.write('<!--.m2 {font-size: 12px; font-family: verdana, geneva, arial } .m2hf { font-size: 12px; font-family: verdana, geneva, arial; font-weight:bold } a.m2 { text-decoration: none } -->');
	msgWindow.document.write('</style></head><body bgcolor="#ffffff" link="#333333" text="#000000">');
	msgWindow.document.write(myString + '</body>');
	msgWindow.moveTo(30,30);
}

function jumpy(URL){parent.select.location.href = URL ;}
function jumpCount(URL){parent.count.location.href = URL ;}
