document.write('<html><head></head><body style="padding:0;margin:0">')
 document.write('<iframe id="livepriceticker" src="http://www.mexnepal.com/financialtools/livepriceticker/loading_scroll.html" width="100%" align="bottom" height="20" allowtransparency="true" marginheight="0" marginwidth="0" scrolling="no" frameborder="0"></iframe>')
function ajax_fun()
{ 
var url="http://www.mexnepal.com/financialtools/livepriceticker/livepriceticker.asp";
document.getElementById("livepriceticker").src=url;
}
document.write('</body></html>')
ajax_fun();
