var viewPos = document.cookie.indexOf("view=");
var patientView = document.cookie.indexOf("ps");
if (patientView!=viewPos+5){
    patientView=-1;
}
i=document.cookie.indexOf("Main");
document.write('<div align="left">');
if(i==-1) {
     if (patientView==-1){
         document.write('<a href="javascript:logonModul(');
         document.write("'dr.ui.feedBack?system=subwin&ScreenId=Main&view_src=mdr', 800, 500)");
         document.write('"><img src="images/feedback-icon.gif" border="0" ALT="Feedback/Contact Form"></a>');
     }
     else{
         document.write('<a href="http://www.qualityforum.org/projects/ongoing/CommonFormats/index.asp">Send Comments</a>');
         document.write('<a href="javascript:logonModul(');
         document.write("'dr.ui.feedBack?system=subwin&ScreenId=Main&view_src=mdr', 800, 500)");
         document.write('"><img src="images/psfeedback.png" border="0" ALT="Feedback/ContactForm"></a>');
         document.write('<div id="newlook" style="height:20px;width:120px;background-image: url(');
         document.write("'images/ushiktopbg.jpg');background-repeat: repeat-x;");
         document.write(')">&nbsp');
         document.write('<a href="javascript:logonModulFB(');
         document.write("'dr.ui.feedBack?system=subwin&ScreenId=Main&view_src=ps', 800, 500)");
         document.write('">Send Comments</a></div>');
         
     }
}
else{
    if (patientView==-1){
         document.write('<a href="javascript:logonModulFB(');
         document.write("'dr.ui.feedBack?system=subwin&ScreenId=Main&view_src=mdr', 500, 600)");
         document.write('"><img src="images/feedback-icon.gif" border="0" ALT="Feedback/Contact Form"></a>');
     }
     else{
//PS Feedback Call
         //document.write('<a href="http://www.qualityforum.org/projects/ongoing/CommonFormats/index.asp" target=_blank><img src="images/psfeedback.png" border="0" ALT="Feedback Form via NQF"><br/>Send comments regarding Common Formats to NQF</a>');
         <!--document.write('<a href="javascript:logonModul(');-->
         <!--document.write("'dr.ui.feedBack?system=subwin&ScreenId=Main&view_src=mdr', 800, 500)");-->
         <!--document.write('"><img src="images/psfeedback.png" border="0" ALT="Feedback Form"></a>');-->
         <!-- document.write('<div id="newlook" style="height:20px;width:120px;background-image: url(');-->
         <!-- document.write("'images/ushiktopbg.jpg');background-repeat: repeat-x;");-->
         <!-- document.write(')">&nbsp');-->
         <!-- document.write('<a href="javascript:logonModulFB(');-->
         <!-- document.write("'dr.ui.feedBack?system=subwin&ScreenId=Main&view_src=ps', 500, 600)");-->
         <!-- document.write('">Send Comments</a>'); -->
          document.write('</div>');
     }
}
document.write('</div>');
   