/*
 * 
 *
 * Copyright (c) 2009 kazusige onda (http://www.s-factory.jp/)
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 *
 * Modified: 2009-09-14
 *
 */







   $vt(function(){
	 var el = $vt('#v_box');
	 var eee = "<br />っ";
	 aaa = new RegExp("(っ|ゃ|ゅ|ょ|。|、|ぁ|ぃ|ぅ|ぇ|ぉ|々|ァ|ィ|ゥ|ェ|ォ|ュ|ョ|ャ|ッ|・)","g");
	 el.html(el.html().replace(aaa,"<br />$1"));
	 el.html(el.html().replace(/\?/ig,"<br />？"));
	 el.html(el.html().replace(/\!/ig,"<br />！"));
	 el.html(el.html().replace(/：/ig,"<br />：<br />"));
	 el.html(el.html().replace(/”/ig,"<br />”"));
	 el.html(el.html().replace(/“/ig,"“<br />"));
	 el.html(el.html().replace(/ー/ig,"<br />｜"));
	 el.html(el.html().replace(/…/ig,"<br />・<br />・<br />・"));
	 el.html(el.html().replace(/\(/ig,"<img src='cb1.png' width='16px' height='16px'><br />"));
	 el.html(el.html().replace(/（/ig,"<img src='cb1.png' width='16px' height='16px'><br />"));	 
	 el.html(el.html().replace(/\)/ig,"<br /><img src='cb2.png' width='16px' height='16px'>"));
	 el.html(el.html().replace(/）/ig,"<br /><img src='cb2.png' width='16px' height='16px'>"));
	 el.html(el.html().replace(/「/ig,"<br /><img src='kb1.png' width='16px' height='16px'>"));
	 el.html(el.html().replace(/」/ig,"<br /><img src='kb2.png' width='16px' height='16px'>"));
	 });
		



