 
function f01(){
var str="";


tempstr = 'david';
tempstr = tempstr.replace(/\r\n/g,"<br/>");

str +='<div class="note_list"><a href="http://dom123.blog.bokee.net" target="_blank"><strong>dom123</strong></a> 说：<span class="note_date">2010-05-10</span><div class="note_content lynr">'+ tempstr+'</div></div>';

str +='';


tempstr = 'siamo interessati tappeti auto gomma universali per contener';
tempstr = tempstr.replace(/\r\n/g,"<br/>");

str +='<div class="note_list"><a href="http://P.B.F. SRL.blog.bokee.net" target="_blank"><strong>P.B.F. SRL</strong></a> 说：<span class="note_date">2009-12-11</span><div class="note_content lynr">'+ tempstr+'</div></div>';

str +='';


tempstr = 'I want to buy silicon pieces in commercial quantity.\r\nFirst I have some question;\r\n1. What is the biggest size (length and width) that I can get?\r\n2. What are the prices?\r\n3. Is it with vacuum underneath?\r\nThank you,\r\nAviv from Israel.\r\navival9\r\n';
tempstr = tempstr.replace(/\r\n/g,"<br/>");

str +='<div class="note_list"><a href="http://Aviv.blog.bokee.net" target="_blank"><strong>Aviv</strong></a> 说：<span class="note_date">2009-04-29</span><div class="note_content lynr">'+ tempstr+'</div></div>';

str +='';


tempstr = 'kindly send me details of products like floor mats.';
tempstr = tempstr.replace(/\r\n/g,"<br/>");

str +='<div class="note_list"><a href="http://Livinus Adili .blog.bokee.net" target="_blank"><strong>Livinus Adili </strong></a> 说：<span class="note_date">2008-11-16</span><div class="note_content lynr">'+ tempstr+'</div></div>';

str +='';


tempstr = 'Send details of your products.';
tempstr = tempstr.replace(/\r\n/g,"<br/>");

str +='<div class="note_list"><a href="http://Adili Livinus.blog.bokee.net" target="_blank"><strong>Adili Livinus</strong></a> 说：<span class="note_date">2008-11-16</span><div class="note_content lynr">'+ tempstr+'</div></div>';

str +='';


tempstr = 'Can you prodeuce suction cup matting in larger shees?';
tempstr = tempstr.replace(/\r\n/g,"<br/>");

str +='<div class="note_list"><a href="http://madeleime Janis.blog.bokee.net" target="_blank"><strong>madeleime Janis</strong></a> 说：<span class="note_date">2008-10-29</span><div class="note_content lynr">'+ tempstr+'</div></div>';

str +='';


tempstr = 'looking for shock resistance for body protector';
tempstr = tempstr.replace(/\r\n/g,"<br/>");

str +='<div class="note_list"><a href="http://sinay.blog.bokee.net" target="_blank"><strong>sinay</strong></a> 说：<span class="note_date">2008-10-21</span><div class="note_content lynr">'+ tempstr+'</div></div>';

str +='';


tempstr = 'Leonardo Thomas.\r\n\u6768\u6CBB\u878D\r\n15878292573\r\nno.1 xihuan road,\r\napt 4-4-5-1\r\nLiuzhou city,\r\nGuangxi, China\r\n';
tempstr = tempstr.replace(/\r\n/g,"<br/>");

str +='<div class="note_list"><a href="http://Leonardo Thomas.blog.bokee.net" target="_blank"><strong>Leonardo Thomas</strong></a> 说：<span class="note_date">2008-08-01</span><div class="note_content lynr">'+ tempstr+'</div></div>';

str +='';


tempstr = 'I see your company products are high quality. If your company needed supply or if there any opportunities for cooperating. Please don\'t hesitate to contact me. \r\nThank you.\r\n\r\nBest regards,\r\n';
tempstr = tempstr.replace(/\r\n/g,"<br/>");

str +='<div class="note_list"><a href="http://Leonardo Thomas.blog.bokee.net" target="_blank"><strong>Leonardo Thomas</strong></a> 说：<span class="note_date">2008-08-01</span><div class="note_content lynr">'+ tempstr+'</div></div>';

str +='';


tempstr = 'I do Indonesia natural rubber trading. Indonesian rubber (SIR 3L, 10, 20 also RSS1) are well known for quality, and better than SVRs and STRs. \r\n   On this occassion, I want to understand more about your company. \r\nFrom your company website, I see your co';
tempstr = tempstr.replace(/\r\n/g,"<br/>");

str +='<div class="note_list"><a href="http://Leonardo Thomas.blog.bokee.net" target="_blank"><strong>Leonardo Thomas</strong></a> 说：<span class="note_date">2008-08-01</span><div class="note_content lynr">'+ tempstr+'</div></div>';

str +='';



document.write(str);
 
}
function f02(){
var str2 = "";
	
str2 +='<tr><td>姓名</td><td><input type="text" name="noteMan" size="15"/></td></tr>';
<!-- str2 +='邮箱：<input type="text" name="noteEmail" size="12"/><br/>'; -->

		
str2 +='<tr valign="top"><td>内容</td><td><textarea name="noteContent" cols="12" class="homelytex"></textarea></td></tr>';
document.write(str2);
} 

function f02_en(){
var str2 = "";
	
str2 +='<tr><td>Name</td><td><input type="text" name="noteMan" size="15"/></td></tr>';
<!-- str2 +='邮箱：<input type="text" name="noteEmail" size="12"/><br/>'; -->

		
str2 +='<tr valign="top"><td>Content</td><td><textarea name="noteContent" cols="12" class="homelytex"></textarea></td></tr>';
document.write(str2);
} 

function f03(){
var str2 = "";
	
str2 +='姓名：<input type="text" name="noteMan" size="12"/><br/>';
str2 +='邮箱：<input type="text" name="noteEmail" size="12"/><br/>';

		
str2 +='内容：<br/>';
str2 +='<textarea name="noteContent" cols="15" class="homelytex"></textarea>';
document.write(str2);
} 

function f04(){
var str2 = "";
	
str2 +='姓名：<input type="text" name="noteMan" class="input" /><br/>';
str2 +='邮箱：<input type="text" name="noteEmail" class="input" /><br/>';

		
str2 +='<textarea name="noteContent" class="textare"></textarea>';
document.write(str2);
} 