// JavaScript Document

<!--

function JSFG_embedFonts() {

	htmlCode = 
'	<STYLE TYPE="TEXT/CSS">' +
'	<!-- /* $WEFT -- Created by: JSFG (JSFG@jsfg.com) on 12/8/2005 -- */' +
'	  @font-face {' +
'	    font-family: Papyrus;' +
'	    font-style:  normal;' +
'	    font-weight: 700;' +
'	    src: url(PAPYRUS0.eot);' +
'	  }' +
'	  @font-face {' +
'	    font-family: Monotype Corsiva;' +
'	    font-style:  normal;' +
'	    font-weight: 700;' +
'	    src: url(MONOTYP0.eot);' +
'	  }' +
'	-->' +
'	</STYLE>'

	document.write(htmlCode)
}

//-->