<!-- 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="What Color Is Your Parachute? 2010: A Practical Manual for Job-Hunters and Career-Changers";
url="employment-shop.html#33921465";
alt="What Color Is Your Parachute? 2010: A Practical Manual for Job-Hunters and Career-Changers";
banner="images/shop/33921465.jpg";
width="120";
height="160";
}
if (ad==2) {
txt="Strategies for Successful Career Change: Finding Your Very Best Next Work Life";
url="employment-shop.html#32528223";
alt="Strategies for Successful Career Change: Finding Your Very Best Next Work Life";
banner="images/shop/32528223.jpg";
width="120";
height="160";
}
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="120"><tr><td>');
document.write('</td><td>');
document.write('<a href=\"' + url + '\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small><center><b>' + txt + '</b></center></small></a>');
document.write('</td></tr></table>');
// End -->

