 
function f01(){
var str="";


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

str +='<a href="http://dom123.blog.bokee.net" target="_blank"><strong>dom123</strong></a> say:<span class="en small gray">2010-05-10</span><div class="lynr">'+ tempstr+'</div>';

str +='';


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

str +='<a href="http://P.B.F. SRL.blog.bokee.net" target="_blank"><strong>P.B.F. SRL</strong></a> say:<span class="en small gray">2009-12-11</span><div class="lynr">'+ tempstr+'</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 +='<a href="http://Aviv.blog.bokee.net" target="_blank"><strong>Aviv</strong></a> say:<span class="en small gray">2009-04-29</span><div class="lynr">'+ tempstr+'</div>';

str +='';


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

str +='<a href="http://Livinus Adili .blog.bokee.net" target="_blank"><strong>Livinus Adili </strong></a> say:<span class="en small gray">2008-11-16</span><div class="lynr">'+ tempstr+'</div>';

str +='';


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

str +='<a href="http://Adili Livinus.blog.bokee.net" target="_blank"><strong>Adili Livinus</strong></a> say:<span class="en small gray">2008-11-16</span><div class="lynr">'+ tempstr+'</div>';

str +='';


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

str +='<a href="http://madeleime Janis.blog.bokee.net" target="_blank"><strong>madeleime Janis</strong></a> say:<span class="en small gray">2008-10-29</span><div class="lynr">'+ tempstr+'</div>';

str +='';


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

str +='<a href="http://sinay.blog.bokee.net" target="_blank"><strong>sinay</strong></a> say:<span class="en small gray">2008-10-21</span><div class="lynr">'+ tempstr+'</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 +='<a href="http://Leonardo Thomas.blog.bokee.net" target="_blank"><strong>Leonardo Thomas</strong></a> say:<span class="en small gray">2008-08-01</span><div class="lynr">'+ tempstr+'</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 +='<a href="http://Leonardo Thomas.blog.bokee.net" target="_blank"><strong>Leonardo Thomas</strong></a> say:<span class="en small gray">2008-08-01</span><div class="lynr">'+ tempstr+'</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 +='<a href="http://Leonardo Thomas.blog.bokee.net" target="_blank"><strong>Leonardo Thomas</strong></a> say:<span class="en small gray">2008-08-01</span><div class="lynr">'+ tempstr+'</div>';

str +='';



document.write(str);
 
}
function f02(){
var str2 = "";
	
str2 +='Name:<input type="text" name="noteMan" size="12"/><br/>';
str2 +='Email:<input type="text" name="noteEmail" size="12"/><br/>'; 

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

function f03(){
var str2 = "";
	
str2 +='Name:<input type="text" name="noteMan" size="12"/><br/>';
str2 +='Email:<input type="text" name="noteEmail" size="12"/><br/>';

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


function f04(){
var str2 = "";
	
str2 +='Name:<input type="text" name="noteMan" class="input" /><br/>';
str2 +='Email:<input type="text" name="noteEmail" class="input" /><br/>';

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