﻿     document.write('<table cellpadding="0" cellspacing="0" width="100%" border="0" style="text-align: center;padding: 1px; background-color: White">')
     document.write('<tr style="height:10px">')
     document.write('<td colspan="13">')
     document.write(' </td>')                 
     document.write('</tr>')
     
     document.write('<tr >')
     document.write('<td  style="color:#6b696b;">')
     document.write('An Authorized Independent Agent of Blue Cross® Blue Shield® of Michigan and Blue Care Network')
     document.write(' </td>')
     document.write('</tr>')

     document.write('<tr >')
     document.write('<td style="color:#6b696b;">')
     document.write('© Copyright 2008 Wilson Financial All Rights Reserved. <A HREF="javascript: mypopup(\'PrivacyPolicy.htm\')" >PrivacyPolicy</A> &nbsp; <A HREF="Sitemap.htm" >Sitemap</A>')
     document.write(' </td>')
     document.write('</tr>')

     document.write('<tr style="height:8px">')
     document.write('<td >')
     document.write('</td>')
     document.write('</tr>')
     document.write('</table>')
     
function mypopup(url)
 {
    mywindow = window.open (url,"mywindow","location=0,status=1,scrollbars=1,toolbar=0,menubar=0,width=500,height=400");
    mywindow.moveTo(50,50);

 } 


