// www.MidasMedia.eu - MMTracker
// (C) Copyright 2006/2007 by Michael Neuhaus
// Alle Rechte vorbehalten - All rights reserved.
function statsTrack(){
        mm_title = document.title;	// 02.01.07
        document.write(	'<img src="http://www.midasmedia.eu/track/log.php?'
		+	'mm_ident=' + mm_ident + '&mm_ref=' + mm_ref
                 +	'&mm_zone=' + mm_zone + '&mm_page=' + mm_page + '&mm_title=' + mm_title
                 +	'&mm_js=j" alt="" width="0" height="0" '
                 +	'/>'
                 );                 				
}
statsTrack();