<!-- Begin
var how_many_ads = 2;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;


    if (ad==1) {
    txt="From time to time one comes across a program which impacts on the area in which we live. Such is the case with Dr. Marvin Marshall who creates a win/win strategy. I found his ideas relevant to our own business where we must deal with improper actions on the part of employees.";
    banner="http://www.marvinmarshallpresents.com/images/graphics/mdash-b-tan.gif";
    width="13";
    height="9";
    align="middle";
    txts="Jim Speer, Director, Rotary International";
    txtt="";
    txtu="";		
    txtv="";

}

    if (ad==2) {
    txt="From time to time one comes across a program which impacts on the area in which we live. Such is the case with Dr. Marvin Marshall who creates a win/win strategy. I found his ideas relevant to our own business where we must deal with improper actions on the part of employees.";
    banner="http://www.marvinmarshallpresents.com/images/graphics/mdash-b-tan.gif";
    width="13";
    height="9";   
    align="middle";
    txts="Jim Speer, Director, Rotary International";
    txtt="";
    txtu="";		
    txtv="";
}



document.write('<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" height="25" width="100%" id="AutoNumber1">' + '<tr>' + '<td width="100%" valign="top" HEIGHT="14px" align="left">');
document.write('<span style=" font-weight: bold; font-face: verdana; font-size: 12px; color:#000000; LINE-HEIGHT: 14px;">' + txt + '</span>' + '</td>' + '</tr>');
document.write('<tr>' + '</TD>' + '<td width="100%" valign="top" align="right">' + '<table with="100%" cellpading="5">' + '<tr>' + '<td width="100%" valign="top" align="right">');
document.write('<span style=" LINE-HEIGHT: 18px;">' + '</span>' + '<span style=" font-weight: bold; font-face: verdana; font-size: 11px; color:#000000;">' + '<Img src=\"' + banner + '\"width=' + width + ' height=' + height + ' + align=' + align + '>' + txts + '</span>');
document.write(txtt);
document.write(txtu);
document.write(txtv);
document.write('</td>' + '</tr>' + '</table>' + '</td>' + '</TR>' + '</TABLE>' + '<br>');

// End -->


