// JavaScript Document

/*
// -------------------------------------------------------------------
// showmm.js by orangepointsolutions Ltd., www.orangepointsolutions.de
// -------------------------------------------------------------------
*/

function show_mm ( dn, e, sd ) {
	// document.write( '<a class="internalLink" href="contact-us.php?sd='+sd+'" title="" rel="floatbox" rev="width:625 height:590 scrolling:no">' );
	document.write( e + '@' +  'my'+'stevie' + '.' );
	document.write( 'd' + 'e' );
	// document.write( '</a>');
}

