document.writeln('<script type="text\/javascript" language="javascript">\nfunction showPic (whichpic) { \n	if (document.getElementById) { \n		document.getElementById(\'placeholder\').src = whichpic.href; \n		if (whichpic.title) { \n			document.getElementById(\'desc\').childNodes[0].nodeValue = whichpic.title; \n		} else { \n			document.getElementById(\'desc\').childNodes[0].nodeValue = whichpic.childNodes[0].nodeValue; \n		} \n		return false; \n	} else { \n		return true; \n	} \n}\n<\/script>');