
<!--

var b1dis = "<a href=\"";
var bdis = "\" target=\"_blank\"><img src=\"";
var edis = " width=\"160\" height=\"625\" alt=\"Did you know?\" border=\"0\"></a>";
var rnumb = "";
var img = "";

rnumb += Math.floor(Math.random()*8);
img = rnumb;
if (img == "0") {
document.write(b1dis+ "#" +bdis+ "images/did_you_know/v2/1.jpg\"" +edis);
}
if (img == "1") {
document.write(b1dis+ "http://management.about.com/cs/yourself/a/ManagementForMe.htm" +bdis+ "images/did_you_know/v2/2.jpg\"" +edis);
}
if (img == "2") {
document.write(b1dis+ "http://humanresources.about.com/cs/communication/a/profimage.htm?terms=lateral+career+moves" +bdis+ "images/did_you_know/v2/3.jpg\"" +edis);
}
if (img == "3") {
document.write(b1dis+ "http://leadingchange.int.bell.ca/content.asp?MID=22&CID=25&RID=0&Lang=E" +bdis+ "images/did_you_know/v2/4.jpg\"" +edis);
}
if (img == "4") {
document.write(b1dis+ "http://performanceexcellence.int.bell.ca/showpage.asp?lang=EN&ID=214&M=TOP" +bdis+ "images/did_you_know/v2/5.jpg\"" +edis);
}
if (img == "5") {
document.write(b1dis+ "http://www.workopolis.com/content/resource/career911/articles/resumes/resumeintro.html" +bdis+ "images/did_you_know/v2/6.jpg\"" +edis);
}
if (img == "6") {
document.write(b1dis+ "http://www.workopolis.com/content/resource/career911/articles/interviewing/intintro.html" +bdis+ "images/did_you_know/v2/7.jpg\"" +edis);
}
if (img == "7") {
document.write(b1dis+ "http://www.workopolis.com/content/resource/career911/articles/networking/netbasics.html" +bdis+ "images/did_you_know/v2/8.jpg\"" +edis);
}
// -->
