function paste(text, flag){ 
if ((document.selection)&&(flag)) {
	document.post.comment.focus();
	document.post.document.selection.createRange().text = text;
} else document.post.comment.value += text;
}


function p3(text){ 
if (text!="") paste(text, 1)
}



function insertcodes2(){



	document.writeln('<map name=smilies>');
	document.writeln('<area shape="rect" coords="511,3,525,17" href="javascript:p3(\':puke:\')" alt="меня тошнит!">');
	document.writeln('<area shape="rect" coords="494,3,508,17" href="javascript:p3(\':idea:\')" alt="идея!">');
	document.writeln('<area shape="rect" coords="477,3,491,17" href="javascript:p3(\':spy:\')" alt="шпион">');
	document.writeln('<area shape="rect" coords="460,3,474,17" href="javascript:p3(\':lamer:\')" alt="ламер">');
	document.writeln('<area shape="rect" coords="442,3,456,17" href="javascript:p3(\':love:\')" alt="любовь">');
	document.writeln('<area shape="rect" coords="426,6,438,16" href="javascript:p3(\':shuffle:\')" alt="смущение">');
	document.writeln('<area shape="rect" coords="409,2,423,19" href="javascript:p3(\':pofig:\')" alt="пофигист">');
	document.writeln('<area shape="rect" coords="382,0,406,17" href="javascript:p3(\':beer:\')" alt="сходка">');
	document.writeln('<area shape="rect" coords="364,2,379,17" href="javascript:p3(\':eyes:\')" alt="глаза разбежались">');
	document.writeln('<area shape="rect" coords="347,3,361,17" href="javascript:p3(\':super:\')" alt="высший восторг">');
	document.writeln('<area shape="rect" coords="330,2,344,17" href="javascript:p3(\':rotate:\')" alt="тащусь">');
	document.writeln('<area shape="rect" coords="313,3,327,17" href="javascript:p3(\':down:\')" alt="ругаю">');
	document.writeln('<area shape="rect" coords="295,3,309,17" href="javascript:p3(\':up:\')" alt="одобряю">');
	document.writeln('<area shape="rect" coords="278,3,292,17" href="javascript:p3(\':weep:\')" alt="рев в 3 ручья">');
	document.writeln('<area shape="rect" coords="255,3,275,17" href="javascript:p3(\':mad:\')" alt="злость">');
	document.writeln('<area shape="rect" coords="238,3,252,17" href="javascript:p3(\':o\')" alt="смущение, стыд">');
	document.writeln('<area shape="rect" coords="221,3,235,17" href="javascript:p3(\':insane:\')" alt="не в себе">');
	document.writeln('<area shape="rect" coords="204,3,218,17" href="javascript:p3(\':rolleyes:\')" alt="закатывать глаза (с сарказмом)">');
	document.writeln('<area shape="rect" coords="187,3,201,17" href="javascript:p3(\':eek:\')" alt="жуть">');
	document.writeln('<area shape="rect" coords="174,0,189,21" href="javascript:p3(\':confused:\')" alt="замешательство">');
	document.writeln('<area shape="rect" coords="152,0,173,21" href="javascript:p3(\':cool:\')" alt="класс!">');
	document.writeln('<area shape="rect" coords="135,0,151,21" href="javascript:p3(\':rolleyes:\')" alt="закатывать глаза (с сарказмом)">');
	document.writeln('<area shape="rect" coords="118,0,134,21" href="javascript:p3(\':p\')" alt="подшучивать, дразнить">');
	document.writeln('<area shape="rect" coords="101,0,117,21" href="javascript:p3(\':mad:\')" alt="злость!">');
	document.writeln('<area shape="rect" coords="84,0,100,21" href="javascript:p3(\':o\')" alt="смущение, стыд">');
	document.writeln('<area shape="rect" coords="67,0,83,21" href="javascript:p3(\':D\')" alt="голливудская улыбка">');
	document.writeln('<area shape="rect" coords="50,0,66,21" href="javascript:p3(\':eek:\')" alt="жуть">');
	document.writeln('<area shape="rect" coords="33,0,49,21" href="javascript:p3(\':(\')" alt="недовольство, огорчение">');
	document.writeln('<area shape="rect" coords="16,0,32,21" href="javascript:p3(\';)\')" alt="подмигивание">');
	document.writeln('<area shape="rect" coords="0,0,15,21" href="javascript:p3(\':)\')" alt="улыбка">');
	document.writeln('</map>');
	document.writeln('<img src="modules/News/images/smileymap.gif" hspace=3 width="190" height="22" border=0 usemap="#smilies">');

}
