function linkwrite() {
	var link = new Array("http://www.liveperson.com/lp/psychics/psychic_readings_4tabs/?kbid=9549&sub=psychicchatrooms&img=myap/psychic3free/628_160x600_flower.jpg", "http://www.liveperson.com/lp/psychics/psychic_readings_4tabs/?kbid=9549&sub=psychicchatrooms&img=myap/psychic3free/857_160x600_pinkish_logo.jpg", "http://www.liveperson.com/experts/spirituality-religion/?lpid=47&kbid=9549&sub=psychicchatrooms&img=MyAp/psychic/160x600_8ball_animated.gif", "http://www.liveperson.com/lp/psychics/psychic_readings_4tabs/?kbid=9549&sub=psychicchatrooms&img=myap/psychic3free/937_120X240.gif", "http://www.liveperson.com/lp/psychics/psychic_readings/?kbid=9549&sub=psychicchatrooms&img=MyAp/love/626_160x600_smoking.jpg", "http://www.liveperson.com/lp/psychics/psychic_readings_4tabs/?kbid=9549&sub=psychicchatrooms&img=myap/psychic3free/716_160x600_3cards_animated.gif", "http://www.liveperson.com/experts/spirituality-religion/occult/spell-casting/?kbid=9549&sub=psychicchatrooms&img=myap/Spell Casting/200x200_spellcasting_love.png", "http://www.liveperson.com/lp/psychics/psychic_readings_4tabs/?kbid=9549&sub=psychicchatrooms&img=myap/psychic3free/1090_160x600_3options.gif", "http://www.liveperson.com/experts/spirituality-religion/?lpid=46&kbid=9549&sub=psychicchatrooms&img=MyAp/psychic/180x150_CrystalBall.gif", "http://www.liveperson.com/lp/horoscopes/weekly/?kbid=9549&sub=psychicchatrooms&img=MyAp/Horoscopes/HoroscopeAwaits227x116anim.gif", "http://www.liveperson.com/experts/spirituality-religion/palm-reading/?lpid=44&kbid=9549&sub=psychicchatrooms&img=MyAp/Palm Reading/300x250_Palm_animated.gif", "http://www.liveperson.com/lp/psychics/psychic_readings/?kbid=9549&sub=psychicchatrooms", "http://www.liveperson.com/experts/spirituality-religion/?lpid=46&kbid=9549&sub=psychicchatrooms&img=MyAp/psychic/728x90_CrystalBall_animated.gif");
	for (x in link) {
		if (element = document.getElementById('link'+x)) {
			//element = document.getElementById('link'+x);
			url = link[x];
			linkText = element.innerHTML;
			element.innerHTML='<a href="'+url+'" onClick="recordOutboundLink(this, \'Outbound Links\', \'liveperson.com\');return false;">'+linkText+'</a>';
		}
	}
}
