/*Created on November 20, 2006
Author Jaikishan Jalan
This file contains a global function named tagCustomLink which will be used to tag custom links */

function tagCustomLink(link,linkname)
{
	s.tl(link,'o',linkname);
}
