document.write('<style>\n');
document.write('\n');
document.write('\/* Global CSS Styles *\/\n');
document.write('.fcwidget * {\n');
document.write(' padding:0px; \n');
document.write(' border:0px; \n');
document.write(' margin:0px; \n');
document.write(' color:inherit;\n');
document.write(' vertical-align:none;\n');
document.write('}\n');
document.write('.fcwidget, .fcwidget TABLE, .fcwidget TD, .fcwidget INPUT, .fcwidget SELECT {\n');
document.write(' font-family:Arial,Helvetica,sans-serif;\n');
document.write(' font-size:12px; \n');
document.write(' color:#000000;\n');
document.write('}\n');
document.write('.fcwidget IMG {\n');
document.write(' display:block;\n');
document.write(' float:none;\n');
document.write(' width:auto;\n');
document.write(' border:none;\n');
document.write('}\n');
document.write('.fcwidget A {\n');
document.write(' color:#000000;\n');
document.write(' text-decoration:none;\n');
document.write('}\n');
document.write('.fcwidget A:hover  {\n');
document.write(' color:#000000;\n');
document.write(' text-decoration:underline;\n');
document.write('}\n');
document.write('.fcwidget TD.header {\n');
document.write(' font-weight:bold;\n');
document.write(' padding:5px 0 0 5px;\n');
document.write(' color:#444444;\n');
document.write('}\n');
document.write('\n');
document.write('.fcwidget TD.divider {\n');
document.write('	padding: 0 2px;\n');
document.write('}\n');
document.write('\n');
document.write('.fcwidget TD.data {\n');
document.write(' border-bottom:1px dotted #CCCCCC;\n');
document.write(' padding:5px;\n');
document.write(' font-weight:normal;\n');
document.write('}\n');
document.write('.fcwidget TD.price {text-align:right}\n');
document.write('.fcwidget TD.negative, .fcwidget TD.positive, .fcwidget TD.unchanged {\n');
document.write(' text-align:right; \n');
document.write(' padding-right:10px;\n');
document.write(' white-space:nowrap;\n');
document.write('}\n');
document.write('.fcwidget .positive   {color:green;}\n');
document.write('.fcwidget .negative   {color:#B32317;}\n');
document.write('.fcwidget .uparrow {background:url("http:\/\/images.financialcontent.com\/studio-5.0\/arrows\/16\/upArrow2.gif") no-repeat scroll 0 50% transparent; font-size:20px;}\n');
document.write('.fcwidget .downarrow {background:url("http:\/\/images.financialcontent.com\/studio-5.0\/arrows\/16\/downArrow2.gif") no-repeat scroll 0 50% transparent; font-size:20px;}\n');
document.write('.fcwidget .neutralarrow {background:url("http:\/\/images.financialcontent.com\/studio-5.0\/arrows\/16\/dash.gif") no-repeat scroll 0 50% transparent; font-size:20px;}\n');
document.write('\n');
document.write('.fcwidget .morelink{\n');
document.write(' padding:5px 5px;\n');
document.write(' text-align:right;\n');
document.write('}\n');
document.write('.fcwidget .morelink A {\n');
document.write(' background-image:url("http:\/\/images.financialcontent.com\/studio-6.0\/arrows\/arrow_more3.png");\n');
document.write(' background-position:0 3px;\n');
document.write(' background-repeat:no-repeat;\n');
document.write(' font-size:11px;\n');
document.write(' font-weight:normal;\n');
document.write(' padding-left:10px;\n');
document.write(' color:#000000;\n');
document.write(' font-weight:normal;\n');
document.write('}\n');
document.write('.fcwidget .attribution {display:none;}\n');
document.write('.fcwidget .poweredby, .fcwidget .time {\n');
document.write(' font-size:11px;\n');
document.write(' text-align:right;\n');
document.write(' padding:0 5px 5px 0;\n');
document.write('}\n');
document.write('\n');
document.write('\/*get quote component*\/	\n');
document.write('.fcwidget .getquote {\n');
document.write(' padding:0 5px 5px 5px;\n');
document.write('}\n');
document.write('.fcwidget .getquote H5, .watchlist H5 {\n');
document.write(' font-size:12px;\n');
document.write(' font-weight:bold;\n');
document.write(' color:#444444;\n');
document.write(' text-transform:capitialize;\n');
document.write(' text-align:left;\n');
document.write(' text-decoration:none;\n');
document.write(' margin:0;\n');
document.write(' padding:0;\n');
document.write('}\n');
document.write('.fcwidget .getquote .subhead{\n');
document.write(' font-size:11px;\n');
document.write(' color:#646464;\n');
document.write(' font-weight:normal;\n');
document.write(' padding:2px 0;\n');
document.write(' text-align:left;\n');
document.write('}\n');
document.write('.fcwidget .getquote .box  {\n');
document.write(' width:auto;\n');
document.write(' float:none;\n');
document.write(' height:auto;\n');
document.write(' text-align:left;\n');
document.write(' white-space:nowrap;\n');
document.write('}\n');
document.write('.fcwidget .getquote INPUT.ticker {\n');
document.write(' -moz-border-radius:3px 3px 3px 3px;\n');
document.write(' background-color:#FFFFFF;\n');
document.write(' border:1px inset #555555;\n');
document.write(' color:#000000;\n');
document.write(' font:13px Arial;\n');
document.write(' padding:3px;\n');
document.write(' background:url("http:\/\/images.financialcontent.com\/studio-6.0\/icons\/16x16\/line-chart.png") no-repeat scroll 99% center #FFFFFF;\n');
document.write(' border-color:#A6BED9;\n');
document.write(' width:180px;\n');
document.write('}\n');
document.write('.fcwidget .getquote INPUT.go {\n');
document.write(' font-family:Arial;\n');
document.write(' font-size:13px;\n');
document.write(' text-transform:capitalize;\n');
document.write(' text-align:center;\n');
document.write(' color:#FFFFFF !important;\n');
document.write(' font-weight:bold;\n');
document.write(' background:none repeat-x scroll left bottom #565656;\n');
document.write(' border:outset 2px #565656;\n');
document.write(' text-decoration:none;\n');
document.write(' height:24px;\n');
document.write(' line-height:24px;\n');
document.write(' padding:0 3px;\n');
document.write(' vertical-align:bottom;\n');
document.write(' -moz-border-radius:3px;\n');
document.write(' cursor:pointer;\n');
document.write(' margin:0 2px;\n');
document.write('}\n');
document.write('.fcwidget .getquote INPUT.go:hover {\n');
document.write(' background:#767676;\n');
document.write('}\n');
document.write('.fcwidget .getquote .lookup {\n');
document.write(' margin-top:5px;\n');
document.write('}\n');
document.write('.fcwidget .getquote A.lookup  {\n');
document.write(' font-size:11px;\n');
document.write('}\n');
document.write('.fcwidget .getquote .lookup A.lookup:hover  {\n');
document.write(' text-decoration:underline;\n');
document.write('}\n');
document.write('.fcwidget .getquote .morelink {\n');
document.write(' padding:5px 0 5px 0;\n');
document.write(' text-align:center;\n');
document.write('}\n');
document.write('.fcwidget .getquote .morelink A {\n');
document.write(' background-image:url(http:\/\/images.financialcontent.com\/studio-6.0\/arrows\/arrow_more3.png);\n');
document.write(' background-position:0 3px;\n');
document.write(' background-repeat:no-repeat;\n');
document.write(' font-weight:bold;\n');
document.write(' padding-left:10px;\n');
document.write(' font-size:11px;\n');
document.write('}\n');
document.write('.fcwidget .getquote .morelink A:hover {\n');
document.write('}\n');
document.write('\n');
document.write('\/*snapshot module styles*\/	\n');
document.write('.fcsnapshot  { \n');
document.write(' width:300px;\n');
document.write(' margin-bottom:5px;\n');
document.write(' line-height:normal;\n');
document.write('}\n');
document.write('.fcsnapshot .fcsnapchart IMG{\n');
document.write(' margin:0 auto\n');
document.write('}\n');
document.write('.fcsnapshot data a {\n');
document.write(' text-decoration:none;\n');
document.write(' font-size:12px;\n');
document.write('}\n');
document.write('.fcsnapshot data a:hover {\n');
document.write(' text-decoration:underline;\n');
document.write('}\n');
document.write('.fcsnapshot TD {\n');
document.write(' text-align:left;\n');
document.write(' white-space:nowrap;\n');
document.write('}   \n');
document.write('.fcsnapshot .title .inactive {\n');
document.write('  display:none;\n');
document.write('}\n');
document.write('.fcsnapshot .title .active {\n');
document.write(' display:none;\n');
document.write(' color:#333333;\n');
document.write(' font-weight:bold;\n');
document.write(' white-space:nowrap;\n');
document.write(' text-align:left;\n');
document.write(' padding:0px 4px; \n');
document.write(' font-size:14px;\n');
document.write('}\n');
document.write('.fcsnapshot .title .active .uparrow, .fcsnapshot .title .active .downarrow,.fcsnapshot .title .active .neutralarrow {\n');
document.write(' font-size:12px;\n');
document.write('}\n');
document.write('.fcsnapshot .tabs {\n');
document.write(' background-color:#FFFFFF;\n');
document.write('}\n');
document.write('.fcsnapshot .quotes TD {\n');
document.write(' padding:0 2px;\n');
document.write(' border-bottom:1px dotted #CCCCCC;\n');
document.write(' color:#888888;\n');
document.write(' vertical-align:middle;\n');
document.write('}\n');
document.write('.fcsnapshot .quotes .active TD {\n');
document.write(' background-color:#EFEFEF;\n');
document.write(' border-bottom:1px dotted #CCCCCC;\n');
document.write(' color:#000000;\n');
document.write('}\n');
document.write('.fcsnapshot TD.data, .fcsnapshot TD.data a {\n');
document.write(' white-space:nowrap;\n');
document.write(' font-weight:normal;\n');
document.write(' background:transparent;\n');
document.write('}\n');
document.write('.fcsnapshot TD.data{\n');
document.write(' text-align:right; \n');
document.write('}\n');
document.write('.fcsnapshot TD.ticker {\n');
document.write(' text-align:left; \n');
document.write('}\n');
document.write('.fcsnapshot TD.negative, .fcsnapshot TD.positive, .fcsnapshot TD.unchanged {\n');
document.write(' text-align:right; \n');
document.write(' padding-right:10px\n');
document.write('}\n');
document.write('.fcsnapshot .quotes TD.positive   {color:#52A666;}\n');
document.write('.fcsnapshot .quotes TD.negative   {color:#CD5252;}\n');
document.write('\n');
document.write('.fcsnapshot .quotes .active TD.positive   {color:#007C1D;}\n');
document.write('.fcsnapshot .quotes .active TD.negative   {color:#B50000;}\n');
document.write('\n');
document.write('.fcsnapshot .getquote {\n');
document.write(' margin-top:5px;\n');
document.write('}\n');
document.write('.fcsnapshot .getquote INPUT.ticker {\n');
document.write(' width:150px;\n');
document.write('}\n');
document.write('\n');
document.write('\/* TickerBar Widget*\/\n');
document.write('.tickerbar {\n');
document.write(' padding:0px;\n');
document.write(' margin:0px;\n');
document.write('}\n');
document.write('.tickerbar TD.data {\n');
document.write(' border:none;\n');
document.write(' padding:0;\n');
document.write(' vertical-align:top;\n');
document.write('}\n');
document.write('.tickerbar TD.data DIV{\n');
document.write(' padding:2px;\n');
document.write(' line-height:16px;\n');
document.write('}\n');
document.write('.tickerbar .divider {\n');
document.write(' width:1px;\n');
document.write(' text-align:center;\n');
document.write(' padding:0px 5px 0px 5px;\n');
document.write(' margin:0px;\n');
document.write(' font-weight:normal;\n');
document.write('}\n');
document.write('.tickerbar .divider DIV {\n');
document.write(' height:40px;\n');
document.write(' width:1px;\n');
document.write(' font-size:1px;\n');
document.write(' background-color:#CCCCCC;\n');
document.write('}\n');
document.write('.tickerbar .ticker, .tickerbar .changeprice {\n');
document.write(' text-align:left;\n');
document.write('}\n');
document.write('.tickerbar .lastprice, .tickerbar .changepercent {\n');
document.write(' text-align:right;\n');
document.write('}\n');
document.write('.tickerbar .splittable {\n');
document.write('}\n');
document.write('.tickerbar .getquote {\n');
document.write(' padding:0 5px;\n');
document.write('}\n');
document.write('.tickerbar .morelink {\n');
document.write('}\n');
document.write('.tickerbar .morelink A{\n');
document.write(' margin-right:10px;\n');
document.write('}\n');
document.write('.tickerbar .poweredby {\n');
document.write('}\n');
document.write('\n');
document.write('\/* Watchlist Widget*\/\n');
document.write('.watchlist .time {\n');
document.write(' display: none;\n');
document.write('}\n');
document.write('.watchlist td.data {\n');
document.write(' border-bottom:1px dotted #CCCCCC;\n');
document.write(' padding:5px;\n');
document.write(' vertical-align:middle;\n');
document.write('}\n');
document.write('\n');
document.write('\/* stockquote widget*\/\n');
document.write('.stockquote .ticker, .stockquote .data{\n');
document.write(' font-weight: bold;\n');
document.write(' line-height:15px;\n');
document.write('}\n');
document.write('.stockquote TABLE.submenus {\n');
document.write(' margin-bottom:15px;\n');
document.write('}\n');
document.write('.stockquote .submenus TD{\n');
document.write(' padding-right:2px;\n');
document.write(' white-space: nowrap;\n');
document.write('}\n');
document.write('.stockquote .submenus TD A{\n');
document.write(' background:url("http:\/\/images.financialcontent.com\/studio-6.0\/navigation\/gradient_nav1.png") repeat-x scroll left top #E7E7E7;\n');
document.write(' border:1px solid #D1D1D1;\n');
document.write(' color:#666666;\n');
document.write(' font-size:10px;\n');
document.write(' font-weight:bold;\n');
document.write(' font-style:italic;\n');
document.write(' padding:3px 4px;\n');
document.write(' text-align:center;\n');
document.write(' vertical-align:middle;\n');
document.write(' white-space:nowrap;\n');
document.write('}\n');
document.write('.stockquote .submenus TD A:hover{\n');
document.write(' background:none repeat scroll 0 0 #FFFFFF;\n');
document.write(' border:1px solid #999999;\n');
document.write(' color:#444444;\n');
document.write(' text-decoration:none;\n');
document.write('}\n');
document.write('.stockquote .submenus A.active{\n');
document.write(' background:none repeat scroll 0 0 #FFFFFF;\n');
document.write(' border:1px solid #999999;\n');
document.write(' color:#444444;\n');
document.write('}\n');
document.write('.stockquote .submenus .divider{\n');
document.write(' display:none;\n');
document.write('} \n');
document.write('.stockquote .chart IMG{\n');
document.write(' margin:0px;\n');
document.write(' padding:0px;\n');
document.write('}\n');
document.write('\n');
document.write('<\/style>\n');
document.write('\n');
document.write('<div class="fcwidget fcsnapshot">\n');
document.write(' \n');
document.write('<scr'+'ipt>\n');
document.write('var tickers = new Array();\n');
document.write('	tickers[0] = \'$COMP\';\n');
document.write('	tickers[1] = \'$SPX\';\n');
document.write('	tickers[2] = \'$NYA\';\n');
document.write('	tickers[3] = \'USAYIELD10YR\';\n');
document.write('\n');
document.write('function switchchart(unique, pos, ticker) {\n');
document.write('	\n');
document.write('	for (i = 0; i < tickers.length; i++){\n');
document.write('		document.getElementById(\'tab\' + unique + \'_\' + i).className = \'\';\n');
document.write('		document.getElementById(\'title\' + unique + \'_\' + i).className = \'inactive\';\n');
document.write('	}\n');
document.write('	\n');
document.write(' 	document.getElementById(\'tab\' + unique + \'_\' + pos).className = \'active\';\n');
document.write(' \n');
document.write(' 	if(document.getElementById(\'fcchartlink\' + unique)) {\n');
document.write('    	document.getElementById(\'fcchartlink\' + unique).href = \'http:\/\/markets.emoneydaily.com\/emoneydaily\/?Page=Quote&Ticker=\' + ticker;\n');
document.write(' 	}\n');
document.write(' \n');
document.write(' 	document.getElementById(\'fcchart\' + unique).src = \'http:\/\/chart.financialcontent.com\/Chart?width=300&gmcolor=DDDDDD&bvcolor=FFFFFF&vucolor=008000&gtcolor=FFCC00&bgcolor=null&fillshy=-2&Client=emoneydaily&gbcolor=FFFFFF&brcolor=999999&pvcolor=B50000&ibcolor=null&vdcolor=FF0000&volume=0&fillshx=2&fillshalpha=20&fillalpha=80&interval=1&height=110&params=width%3D300%26height%3D110%26interval%3D1%26fillshx%3D2%26fillshy%3D-2%26fillshalpha%3D20%26shwidth%3D2%26type%3D0%26volume%3D0%26bgcolor%3Dnull%26grcolor%3DDDDDDD%26gmcolor%3DDDDDDD%26lncolor%3D555555%26brcolor%3D999999%26shcolor%3DBBBBBB%26txcolor%3D333333%26itcolor%3D666666%26pvcolor%3DB50000%26bvcolor%3DFFFFFF%26gtcolor%3DFFCC00%26gbcolor%3DFFFFFF%26vucolor%3D008000%26vdcolor%3DFF0000%26ibcolor%3Dnull%26arcolor%3Dnull%26fillalpha%3D80&lncolor=555555&itcolor=666666&txcolor=333333&arcolor=null&grcolor=DDDDDD&shcolor=BBBBBB&type=0&shwidth=2&ticker=\' + ticker;\n');
document.write(' 	document.getElementById(\'title\' + unique + \'_\' + pos).className = \'active\';\n');
document.write(' 	\n');
document.write('}\n');
document.write('\n');
document.write('<\/scr'+'ipt>\n');
document.write('\n');
document.write('<div class="title">\n');
document.write('   <div class="active" id="title53812927_0">\n');
document.write('    NASDAQ Composite<br\/>\n');
document.write('    <span class="fcuparrow uparrow">&nbsp;&nbsp;&nbsp;&nbsp;<\/span>&nbsp;2810.09\n');
document.write('    <span class="positive change_positive">+4.81 (+0.17%)<\/span>\n');
document.write('   <\/div>\n');
document.write('   <div class="inactive" id="title53812927_1">\n');
document.write('    Standard & Poors 500<br\/>\n');
document.write('    <span class="fcdownarrow downarrow">&nbsp;&nbsp;&nbsp;&nbsp;<\/span>&nbsp;1314.51\n');
document.write('    <span class="negative change_negative">-3.92 (-0.30%)<\/span>\n');
document.write('   <\/div>\n');
document.write('   <div class="inactive" id="title53812927_2">\n');
document.write('    NYSE COMPOSITE INDX<br\/>\n');
document.write('    <span class="fcdownarrow downarrow">&nbsp;&nbsp;&nbsp;&nbsp;<\/span>&nbsp;7870.10\n');
document.write('    <span class="negative change_negative">-13.80 (-0.18%)<\/span>\n');
document.write('   <\/div>\n');
document.write('   <div class="inactive" id="title53812927_3">\n');
document.write('    10 Year Yield<br\/>\n');
document.write('    <span class="fcuparrow uparrow">&nbsp;&nbsp;&nbsp;&nbsp;<\/span>&nbsp;1.94\n');
document.write('    <span class="positive change_positive">+0.01 (+0.51%)<\/span>\n');
document.write('   <\/div>\n');
document.write('<\/div>\n');
document.write(' <div class="fcsnapchart">\n');
document.write(' <a id="fcchartlink53812927" href="http:\/\/markets.emoneydaily.com\/emoneydaily\/?Page=Quote&Ticker=%24COMP" target="_self" style="border:0px;padding:0px">\n');
document.write(' <img border="0" id="fcchart53812927" src="http:\/\/chart.financialcontent.com\/Chart?width=300&gmcolor=DDDDDD&bvcolor=FFFFFF&vucolor=008000&gtcolor=FFCC00&bgcolor=null&fillshy=-2&Client=emoneydaily&gbcolor=FFFFFF&brcolor=999999&pvcolor=B50000&ibcolor=null&vdcolor=FF0000&volume=0&fillshx=2&fillshalpha=20&fillalpha=80&interval=1&height=110&params=width%3D300%26height%3D110%26interval%3D1%26fillshx%3D2%26fillshy%3D-2%26fillshalpha%3D20%26shwidth%3D2%26type%3D0%26volume%3D0%26bgcolor%3Dnull%26grcolor%3DDDDDDD%26gmcolor%3DDDDDDD%26lncolor%3D555555%26brcolor%3D999999%26shcolor%3DBBBBBB%26txcolor%3D333333%26itcolor%3D666666%26pvcolor%3DB50000%26bvcolor%3DFFFFFF%26gtcolor%3DFFCC00%26gbcolor%3DFFFFFF%26vucolor%3D008000%26vdcolor%3DFF0000%26ibcolor%3Dnull%26arcolor%3Dnull%26fillalpha%3D80&lncolor=555555&itcolor=666666&txcolor=333333&arcolor=null&grcolor=DDDDDD&shcolor=BBBBBB&type=0&shwidth=2&ticker=$COMP" \/>\n');
document.write('<\/a>\n');
document.write('<\/div>\n');
document.write(' <table width="100%" border="0" cellpadding="0" cellspacing="0" class="quotes">\n');
document.write('  <tr class="active" id="tab53812927_0" onMouseOver="javascr'+'ipt:switchchart(53812927, 0, \'$COMP\');"\n');
document.write('  onclick="location.href=\'http:\/\/markets.emoneydaily.com\/emoneydaily\/?Page=QUOTE&Ticker=%24COMP\'"\n');
document.write('  style="cursor:pointer; cursor:hand">\n');
document.write('   <td width="1%"><span class="fcuparrow uparrow">&nbsp;&nbsp;&nbsp;&nbsp;<\/span><\/td>\n');
document.write('   <td class="data ticker"><a href="http:\/\/markets.emoneydaily.com\/emoneydaily\/?Page=QUOTE&Ticker=%24COMP" target="_self">Nasdaq<\/a><\/td>\n');
document.write('	\n');
document.write('   <td class="data lastprice">2810.09<\/td>\n');
document.write('   <td class="data positive change_positive">\n');
document.write('   	+4.81 \n');
document.write('	(+0.17%)\n');
document.write('<\/td>\n');
document.write('\n');
document.write('  <\/tr>\n');
document.write('  <tr class="" id="tab53812927_1" onMouseOver="javascr'+'ipt:switchchart(53812927, 1, \'$SPX\');"\n');
document.write('  onclick="location.href=\'http:\/\/markets.emoneydaily.com\/emoneydaily\/?Page=QUOTE&Ticker=%24SPX\'"\n');
document.write('  style="cursor:pointer; cursor:hand">\n');
document.write('   <td width="1%"><span class="fcdownarrow downarrow">&nbsp;&nbsp;&nbsp;&nbsp;<\/span><\/td>\n');
document.write('   <td class="data ticker"><a href="http:\/\/markets.emoneydaily.com\/emoneydaily\/?Page=QUOTE&Ticker=%24SPX" target="_self">S&P 500<\/a><\/td>\n');
document.write('	\n');
document.write('   <td class="data lastprice">1314.51<\/td>\n');
document.write('   <td class="data negative change_negative">\n');
document.write('   	-3.92 \n');
document.write('	(-0.30%)\n');
document.write('<\/td>\n');
document.write('\n');
document.write('  <\/tr>\n');
document.write('  <tr class="" id="tab53812927_2" onMouseOver="javascr'+'ipt:switchchart(53812927, 2, \'$NYA\');"\n');
document.write('  onclick="location.href=\'http:\/\/markets.emoneydaily.com\/emoneydaily\/?Page=QUOTE&Ticker=%24NYA\'"\n');
document.write('  style="cursor:pointer; cursor:hand">\n');
document.write('   <td width="1%"><span class="fcdownarrow downarrow">&nbsp;&nbsp;&nbsp;&nbsp;<\/span><\/td>\n');
document.write('   <td class="data ticker"><a href="http:\/\/markets.emoneydaily.com\/emoneydaily\/?Page=QUOTE&Ticker=%24NYA" target="_self">NYSE<\/a><\/td>\n');
document.write('	\n');
document.write('   <td class="data lastprice">7870.10<\/td>\n');
document.write('   <td class="data negative change_negative">\n');
document.write('   	-13.80 \n');
document.write('	(-0.18%)\n');
document.write('<\/td>\n');
document.write('\n');
document.write('  <\/tr>\n');
document.write('  <tr class="" id="tab53812927_3" onMouseOver="javascr'+'ipt:switchchart(53812927, 3, \'USAYIELD10YR\');"\n');
document.write('  onclick="location.href=\'http:\/\/markets.emoneydaily.com\/emoneydaily\/?Page=QUOTE&Ticker=USAYIELD10YR\'"\n');
document.write('  style="cursor:pointer; cursor:hand">\n');
document.write('   <td width="1%"><span class="fcuparrow uparrow">&nbsp;&nbsp;&nbsp;&nbsp;<\/span><\/td>\n');
document.write('   <td class="data ticker"><a href="http:\/\/markets.emoneydaily.com\/emoneydaily\/?Page=QUOTE&Ticker=USAYIELD10YR" target="_self">10Y Yield<\/a><\/td>\n');
document.write('	\n');
document.write('   <td class="data lastprice">1.94<\/td>\n');
document.write('   <td class="data positive change_positive">\n');
document.write('   	+0.01 \n');
document.write('	(+0.51%)\n');
document.write('<\/td>\n');
document.write('\n');
document.write('  <\/tr>\n');
document.write(' <\/table>\n');
document.write(' <div class="attribution">Quotes delayed at least 20 mins.<\/div>\n');
document.write(' \n');
document.write('\n');
document.write('<div style="text-align:center">\n');
document.write('  <iframe id=\'fcad7770018\' name=\'fcad7770018\' src=\'http:\/\/ads.financialcontent.com\/www\/delivery\/afr.php?n=fcad7770018&amp;&amp;zoneid=1653&amp;cb=fcad7770018\' framespacing=\'0\' frameborder=\'no\' scrolling=\'no\' width=\'300\' height=\'250\' allowtransparency=\'true\'><\/iframe>\n');
document.write('  <scr'+'ipt type=\'text\/javascr'+'ipt\' src=\'http:\/\/ads.financialcontent.com\/www\/delivery\/ag.php\'><\/scr'+'ipt>\n');
document.write(' <\/div>\n');
document.write('<div class="getquote">\n');
document.write('   <h5>Stock Quotes<\/h5>\n');
document.write('   <div class="subhead">Enter a ticker symbol below:<\/div>\n');
document.write('   <div class="box">\n');
document.write(' <form target="_self" method="post" action="http:\/\/markets.emoneydaily.com\/emoneydaily\/?Page=QUOTE" style="padding: 0px; margin: 0px;">\n');
document.write(' \n');
document.write('  <input class="ticker" value="Enter symbol" onclick="this.select()" maxlength="15" name="Ticker" type="text" \/>\n');
document.write('  <input class="go" name="Go" value="Get Quote" type="submit" \/>\n');
document.write('  <a target="_self" class="lookup" href="http:\/\/markets.emoneydaily.com\/emoneydaily\/?Page=LOOKUP">Symbol Lookup<\/a>\n');
document.write(' <\/form>\n');
document.write('<\/div>\n');
document.write('\n');
document.write('<\/div>\n');
document.write('<div class="poweredby"><a href="http:\/\/www.financialcontent.com">Powered by FinancialContent<\/a><\/div>\n');
document.write('<\/div>\n');
document.write('\n');
document.write('');

  var head=document.getElementsByTagName('head')[0];
  var script=document.createElement('script');
  script.type="text/javascript";
  script.src='http://tracker.financialcontent.com/track.js?Source=http%3A%2F%2Fmarkets.emoneydaily.com%2Femoneydaily%3FHTTP_HOST%3Dmarkets.emoneydaily.com%26HTTPS%3Doff%26Module%3Dsnapshot%26Output%3DJS&Type=widget&Client=emoneydaily&rand=' + Math.random();
  head.appendChild(script);
 
_qoptions={
 qacct:"p-0cUI5xpPZj8YQ"
};
var head=document.getElementsByTagName('head')[0];
var script=document.createElement('script');
script.type="text/javascript";
script.src="http://edge.quantserve.com/quant.js";
head.appendChild(script);

 var tcdacmd="dt";
 document.write('\x3Cscript src="http://an.tacoda.net/an/18181/slf.js">\x3C/script>');
   
