/*
Load latest health news from http://www.thedoctorwillseeyounow.com
*/
if (typeof doc_news.frame  != "undefined" && doc_news.frame.length>0) doc_news.frameStyle=doc_news.frame;
    else doc_news.frameStyle="border: 1px solid #bbbbbb;";    
if (typeof doc_news.headline  == "undefined" || doc_news.headline.length==0)  doc_news.headline="";
if (typeof doc_news.summary  == "undefined" || doc_news.summary.length==0)  doc_news.summary=""; 
if (typeof doc_news.newsSummary  == "undefined" || doc_news.newsSummary.length==0)  doc_news.newsSummary="on"; 
if (typeof doc_news.seperator  == "undefined" || doc_news.seperator.length==0)  doc_news.seperator="";  
if (typeof doc_news.banner  == "undefined" || doc_news.banner.length==0)  doc_news.banner="on"; 
if (typeof doc_news.width  == "undefined" || doc_news.width.length==0)  doc_news.width="300";   
if (typeof doc_news.height  == "undefined" || doc_news.height.length==0)  doc_news.height="400"; 
if (typeof doc_news.category  == "undefined" || doc_news.category.length==0)  doc_news.category="";      
doc_news.ref=location.href;
if (typeof doc_news.ref  == "undefined" || doc_news.category.ref==0)  doc_news.ref="";  
doc_news.urlString = "{\"width\":" + doc_news.width + ",\"height\":" + doc_news.height + ",\"headline\":\"" + doc_news.headline + "\",\"ref\":\"" + doc_news.ref + "\",";
doc_news.urlString += "\"summary\":\"" + doc_news.summary + "\",\"seperator\":\"" + doc_news.seperator + "\",\"category\":\"" + doc_news.category + "\",";
doc_news.urlString += "\"count\":\"" + doc_news.count + "\",\"newsSummary\":\"" + doc_news.newsSummary + "\",\"banner\":\"" + doc_news.banner + "\"}";
doc_news.urlString = encodeURIComponent(doc_news.urlString);   
doc_news.str = "<iframe id='doc_news_frameId' name='doc_news_frame' frameborder=0 style='width: " + doc_news.width + "px; height: " + doc_news.height + "px; "+doc_news.frameStyle+"' src='http://www.thedoctorwillseeyounow.com/api/news_server.html?nstring=" + doc_news.urlString + "'></script></iframe>";
document.writeln(doc_news.str);

