// JavaScript Document


function line() {
};
line = new line();
number = 0;
line[number++] = "Want a stress-free lobby day? <a href='http://www.advocacyassociates.com/New2009/advocacy_site/stressfree_land.html'>Click here!</a>"
line[number++] = "Need an outstanding advocacy trainer? Learn more about the <a href='http://www.advocacyassociates.com/New2009/advocacy_site/empadv_land.html'>Advocacy Guru</a> here!"
line[number++] = "Get the latest advocacy news on the <a href='http://www.advocacyassociates.com/advocacyblog.htm'>Advocacy Associates Blog</a> Don't miss it!"
line[number++] = "Check out our <a href='http://www.advocacyassociates.com/New2009/advocacy_site/resources.html'>free resources</a> Articles, checklists and more!"
increment = Math.floor(Math.random() * number);
document.write(line[increment]);
//-->
