function RunEbook()
{
document.write('<object classid="clsid:164B406B-0FD6-4E7F-BA7E-64D227D4CA37"/\n');
document.write('codebase="http://www.digitalwebbooks.com/reader/dbplugin.cab#version=3,6,0,38"/\n');
document.write('name="dnlplyr"/\n'); 
document.write('id="dnlplyr"/\n');
document.write('data="DATA:application/x-oleobject;BASE64,a0BLFtYPf066fmTSJ9TKNwADAADIMAAAUhwAAA=="/\n');
// CHANGE EBOOK WIDTH AND HEIGHT DIMENSIONS BELOW
document.write('width="780" height="580">\n');
document.write('<embed id="dnlplyr" type="application/x-dnl"/\n'); 
// CHANGE URL REMOTE PATH TO EBOOK AND WIDTH AND HEIGHT DIMENSIONS TO CORRESPOND WITH THE DIMENSIONS ABOVE
document.write('src="http://www.ebstudio.net/TI_Cycling_06/DNL/TI_Cycling_06.dnl" width="780" height="580"/\n');
document.write('codebase="http://www.digitalwebbooks.com/reader/xpinst.xpi">\n');
document.write('</embed>\n');
document.write('</object>\n');
}