var arTXT = new Array(5);
var arURL = new Array(5);

arTXT[4] = 'DEAD DOG WALKING';
arURL[4] = '/casestudies/patty.asp';

arTXT[3] = 'NEW CATFISH CD ROMS';
arURL[3] = '/publications/emperor-and-corydoras.asp';

arTXT[2] = 'New by Dr David Sands \'Games to Play with your dog\' available in book shops and online';
arURL[2] = '/publications/games-to-play-with-your-dog.asp';

arTXT[1] = 'Read David in Nov, Dec and Jan 2010 Dogs Monthly and New Case Studies ';
arURL[1] = '/casestudies/default.asp';

arTXT[0] = 'David is speaking at the BVNA Congress on Sunday the 10th October 2010, on Obsessive Compulsive-like Conditions in companion animals. ';
arURL[0] = '';




