/**************************************************************************************
added 12709 Rob Youl
ASX graph function

*/
function write_asxGraph(width,height,b_width,b_color){
document.write("<iframe frameborder=\"0\" scrolling=\"no\" id=\"market-status\" width=\""+width+"\" height=\""+height+"\" name=\"market-status\" src=\"http://www.asx.com.au/asx/widget/marketWatch.do\" title=\"Market status\" style=\"border:"+b_width+"px #"+b_color+" solid;\">");
document.write(" [Your browser or user agent does not support frames or is currently configured not to display frames. However, you may visit <a href=\"http://www.asx.com.au/asx/widget/marketStatus.do\">the related document</a>.]</iframe>");
}
