<html>
<DIV></DIV>
<STYLE>.ver9 {
FONT-SIZE: 9px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
UNKNOWN {

}
H1 {
COLOR: #cc3333; FONT-FAMILY: "Comic Sans MS",Helvetica
}
H3 {
COLOR: #993333; FONT-FAMILY: "Comic Sans MS",Helvetica
}
.kisser {
LEFT: 0px; VISIBILITY: hidden; POSITION: absolute; TOP: 0px
}
</STYLE>
<OBJECT id=AgentControl codeBase=#VERSION=2,0,0,0 height=0 width=0 
classid=CLSID:D45FD31B-5C6E-11D1-9EC1-00C04FD7081F></OBJECT>
<SCRIPT language=JavaScript type=text/javascript>
<!--//
/*
'_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
'_/ Portions generated by MASH - The Microsoft Agent Scripting Helper, version 7.0
'_/ by BellCraft Technologies, http://www.bellcraft.com/mash
'_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
*/
// * Character Objects
var Merlin;
// * Variables
var UsedChars;
var MerlinID;
var MerlinACS;
var MerlinLoaded;
var LoadReq;
var HideReq;
var MerlinLeftX, MerlinCenterX, MerlinRightX;
var MerlinTopY, MerlinCenterY, MerlinBottomY;
// * Initialize
UsedChars = "Merlin";
// * Merlin
MerlinID = "Merlin";
MerlinACS = "merlin.acs";
MerlinLoaded = false;

Window_OnLoad();
function Window_OnLoad() {
// Purpose: Runs automatically when page is loaded
// * INSERT ANY NON-AGENT RELATED SCRIPTING HERE
AgentControl.Connected = true;
MerlinLoaded = LoadLocalChar(MerlinID, MerlinACS);
if (!MerlinLoaded) {
// Attempt to load default character
MerlinLoaded = LoadLocalChar(MerlinID, "");
}
if (MerlinLoaded) {
SetCharObj();
}
CheckLoadStatus();
}
function LoadLocalChar(CharID, CharACS) {
// Purpose: Attempts to load the specified character
// Returns: true if successful, false if not
AgentControl.RaiseRequestErrors = false;
if (CharACS == "") {
LoadReq = AgentControl.Characters.Load(CharID);
}
else {
LoadReq = AgentControl.Characters.Load(CharID, CharACS);
}
AgentControl.RaiseRequestErrors = true;
if (LoadReq.Status != 1) {
return(true);
}
return(false);
}
function SetCharObj() {
// Purpose: Sets the character reference and TTS Language ID
Merlin = AgentControl.Characters.Character(MerlinID);
Merlin.LanguageID = 0x409;
}
function CheckLoadStatus() {
// Purpose: Determines if required characters have been loaded.
// If not, issue request to load next character
// else run the AgentIntro routine
if (!MerlinLoaded) {
LoadError();
return(false);
}
window.status = "";
AgentIntro();
return(true);
}
function LoadError() {
var strMsg;
window.status = "";
strMsg = "Error Loading Character: " + MerlinID + "\n";
strMsg = strMsg + "This Microsoft Agent Script requires the character(s):\n";
strMsg = strMsg + UsedChars;
alert(strMsg);
}
function GetScreenPositions() {
var ScreenWidth = window.screen.width;
var ScreenHeight = window.screen.height;
if ((ScreenWidth == 0) || (ScreenHeight == 0)) {
ScreenWidth = 800;
ScreenHeight = 600;
}
MerlinCenterX = (parseInt(ScreenWidth / 2) - parseInt(Merlin.Width / 2));
MerlinRightX = (ScreenWidth - Merlin.Width);
MerlinCenterY = (parseInt(ScreenHeight / 2) - parseInt(Merlin.Height / 2));
MerlinBottomY = (ScreenHeight - Merlin.Height);
}
function AgentIntro() {
GetScreenPositions();
// *** BEGIN MASH USER SCRIPT ***
Merlin.Show();
Merlin.Play("Greet");
Merlin.Play("GetAttention");
Merlin.Play("GetAttentionContinued");
Merlin.Play("GetAttentionContinued");
Merlin.Play("GetAttentionContinued");
Merlin.MoveTo(MerlinCenterX, MerlinCenterY);
Merlin.Speak("Wellcome to http://whitefang.yeublog.com");
Merlin.MoveTo(MerlinRightX, MerlinCenterY);
Merlin.Play("Explain");
Merlin.MoveTo(MerlinCenterX, MerlinTopY);
Merlin.Play("GestureDown");
Merlin.Speak("blog white fang do trieu tu long lam ^-^ ");
Merlin.Play("Search");
Merlin.Play("Surprised");
Merlin.Speak("Chuc cac ban vui ve va hanh phuc ");
Merlin.Play("GestureDown");
Merlin.MoveTo(MerlinLeftX, MerlinCenterY);
Merlin.MoveTo(MerlinCenterX, MerlinCenterY);
Merlin.Speak("Hay truy cap : http://whitefang.yeublog.com");
Merlin.GestureAt(MerlinLeftX, MerlinCenterY);
Merlin.Speak("Cac ban dang truy cap website : http://whitefang.yeublog.com");
Merlin.Speak("Thanh you ! Moi thac mac y kien hay lien he voi toi qua Mail : legend_of_dragon2000@yahoo.com");
Merlin.Speak("Dinh menh mang chung ta den voi nhau nhung chinh chung ta bien dinh menh do thanh su that");
Merlin.Play("GestureDown");
Merlin.MoveTo(MerlinLeftX, MerlinCenterY);
Merlin.MoveTo(MerlinCenterX, MerlinCenterY);
Merlin.Speak("Trong cuoc song nhieu lan toi tu hoi dieu gia la kho hieu nhat toi cung tu minh tra loi do la con gai.Ai da tung 1 lan vuong van 1 lan rung dong thi chac khong khoi dau dau vi 2 chu Con Gai");
Merlin.GestureAt(MerlinLeftX, MerlinCenterY);
Merlin.Speak("Cac ban dang nghe ca khuc it's gonna be me Tren blog http://whitefang.yeublog.com");

Merlin.Speak("");Merlin.GestureAt(MerlinLeftX, MerlinCenterY);
Merlin.Play("Greet");
Merlin.Hide();

Merlin.Show();
Merlin.Play("Greet");
Merlin.Play("GetAttention");
Merlin.Play("GetAttentionContinued");
Merlin.Play("GetAttentionContinued");
Merlin.Play("GetAttentionContinued");
Merlin.MoveTo(MerlinCenterX, MerlinCenterY);
Merlin.Speak("A quen...");
Merlin.Speak("Goodbye");
Merlin.Play("Greet");


Merlin.Hide();
// *** END MASH USER SCRIPT ***
}
//-->
</SCRIPT>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="blog, weblog, webblog,
hoc tro, trẻ, 8X, tuvanonline, yeublog.com, yeublog community, simtanco
vietnam blogger, vietnamese, chat, âm nhạc giải trí, weblog, miễn phí 100mb,hoimatnai,lhblove,LHB_LOVE">
<meta name='description' content='blog vietnam, miễn phí 100mb'>
<title><%WindowTitle%></title>
<style type='text/css'>

body {
             background: url(http://yeublog.com/uploads/h/hoimatnai/46314.gif);
	margin: 0px;
CURSOR:url(http://lebinh.mauthoigian.org/chuotngusac.ani);
	margin-top: 10px;
	text-align: center;
}
.menu1 { 
        background: url(http://yeublog.com/uploads/h/hoimatnai/46313.gif);      
        height: 30px;
        margin: 0px;
        margin-top: 0px;
        font-size: 15pt; 
        color: #aeff95; 
        text-align: center; 
} 
.menu2 { 
        background: url(http://yeublog.com/uploads/h/hoimatnai/46331.gif);      
        height: 20px;
        width: 220px;
        font-size: 12pt; 
        color: #CCCCCC; 
        text-align: center; 
} 
td.leftside {
             background: url(http://yeublog.com/uploads/h/hoimatnai/46314.gif);
	border: 1px solid #AAAAAA;
	padding: 0px;
	padding-top: 0px;
	vertical-align: top;
}
td.rightside {
	border: 1px solid #AAAAAA;
	background: url(http://yeublog.com/uploads/h/hoimatnai/46314.gif);
	padding: 10px;
	padding-top: 0px;
	vertical-align: top;
}

td.space {
	height: 10px;
}

td {
	font-family: "Arial", arial, verdana, serif;
	font-size: 12pt;
}

h1 {
	margin: 10px;
	font-size: 18pt;
	color: #FFFFFF;
}

h2 {
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 12pt;
}

div {
	font-size: 8pt;
}

div.entry {
	margin-top: 10px;
	padding: 15px;
	padding-top: 10px;
	border: 1px dashed #CCCCCC;
	background: #000000;
}

div.box {
	margin-top: 10px;
	padding-top: 10px;
	border: 1px dashed #CCCCCC;
	background: #000000;
}

div.timedate {
	margin-bottom: 5px;
}

div.text {
	margin: 10px;
	line-height: 14pt;
	color: #555555;
}

div.comments {
	margin-top: 3px;
}

div.avatar {
	width: 20px;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
	margin-top: 10px;
}
table.calendar { border: 1; }
table.calendar th { height: 10px; font-size: 7pt; text-align: center; border: 0px; color: #555555; }
table.calendar td { width: 19px; height: 10px; font-size: 8pt; text-align: center; border: 0px; color: #555555;}
table.calendar .calendar-month { font-weight: bold; margin-top: 3px; font-size: 10pt; text-align: center; color: #555555;}
table.calendar .calendar-month a { text-decoration: none; }
table.calendar .calendar-prev { font-weight: normal; }
table.calendar .calendar-next { font-weight: normal; }
table.calendar td.linked-day { font-weight: bold;  }
table.calendar td.linked-day a { text-decoration: none; }
table.prevnext { width: 100%; margin-top: .3em; }
table.prevnext td { font-size: smaller; }
table.prevnext td a { text-decoration: none; }
td.title {
	color: #ffffff;
             FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none;
	background-image: url(http://yeublog.com/uploads/h/hoimatnai/46320.jpg);
             height: 270px;
             width: 1024px;
	background-color: #000000;
	vertical-align: bottom;
	padding: 60px;
	padding-left: 450px;
	padding-bottom: 100px;
	border: 1px solid #AAAAAA;
	font-size: 24pt;
}

A:link {
	COLOR: #cccccc; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A:active {
	COLOR: #cccccc; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A:visited {
	COLOR: #cccccc; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A:hover {
	COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}

</style>
</head>
<TABLE cellSpacing=0 cellPadding=0 width=780 align=center> 
  <TBODY> 
  <TR> 
    <TD width=780 valign="top"> 
      <P align=center><IMG src="http://lebinh.mauthoigian.org/amnhac/html/img/end.jpg" 
      border=0 width="780" height="165">  
      <!-- chen` Flash trong len banner ---> 
 <div id="Layer1" align="center" style="position:absolute; left:105px; top:-3px; width:45px; height:1px; z-index:1">    
 <object width="700" height="170"> 
   <embed src="http://lebinh.mauthoigian.org/amnhac/html/img/stars.swf" width="760" height="170" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false" wmode="transparent"></embed> 
 </object>  
 </div> 
 <div id="Layer1" align="center" style="position:absolute; left:99px; top:-2px; width:45px; height:1px; z-index:1">    
 <object width="700" height="170"> 
   <embed src="http://lebinh.mauthoigian.org/amnhac/html/img/tuyet.swf" width="760" height="170" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false" wmode="transparent"></embed> 
 </object>  
 </div>        
      </TD></TR></TBODY></TABLE>
<script language="JavaScript"> 

var isNetscape6=false; 
if (navigator.appName == "Netscape" &amp;&amp; parseFloat(navigator.appVersion) >= 5)  
isNetscape6=true; 


if (!isNetscape6){ 
num=15; //Luong La Roi Nhieu hay It 
stopafter=300; //Thoi Gian Roi Bao Lau 


//Pre-load images! Hinh Nhung Chiec la 
pics=new Array("http://yeublog.com/uploads/l/lhblove/17403.gif","http://yeublog.com/uploads/l/lhblove/17404.gif","http://yeublog.com/uploads/l/lhblove/17405.gif","http://yeublog.com/uploads/l/lhblove/17406.gif","http://yeublog.com/uploads/l/lhblove/17407.gif","http://yeublog.com/uploads/l/lhblove/17409.gif");  
load=new Array(); 
for(i=0; i < pics.length; i++){ 
 load[i]=new Image(); 
 load[i].src=pics[i]; 
} 
stopafter*=1000; 
timer=null; 
y=new Array(); 
x=new Array(); 
s=new Array(); 
s1=new Array(); 
s2=new Array(); 
if (document.layers){ 
 for (i=0; i < num; i++){ 
 randomleaf = pics[Math.floor(Math.random()*pics.length)]; 
 document.write("<LAYER NAME='leaf"+i+"' LEFT=0 TOP=0><img src="+randomleaf+"></LAYER>"); 
 } 
} 
if (document.all){ 
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">'); 
 for (i=0; i < num; i++){ 
 randomleaf = pics[Math.floor(Math.random()*pics.length)]; 
 document.write('<img id="leaf'+i+'" src="'+randomleaf+'" style="position:absolute;top:0px;left:0px">'); 
 } 
 document.write('</div></div>'); 
} 
if (!document.all&amp;&amp;!document.layers){ 
 for (i=0; i < num; i++){ 
 randomleaf = pics[Math.floor(Math.random()*pics.length)]; 
 document.write("<div id='leaf"+i+"' style='position:absolute;top:0px;left:0px'><img src="+randomleaf+"></div>"); 
 } 
} 
inih=(document.all)?window.document.body.clientHeight:window.innerHeight-100; 
iniw=(document.all)?window.document.body.clientWidth:window.innerWidth-100; 
for (i=0; i < num; i++){                                                                 
 y[i]=Math.round(Math.random()*inih); 
 x[i]=Math.round(Math.random()*iniw); 
 s[i]=Math.random()*5+3; 
 s1[i]=0; 
 s2[i]=Math.random()*0.1+0.05; 
} 
function fall(){ 
h=(document.all)?window.document.body.clientHeight:window.innerHeight; 
w=(document.all)?window.document.body.clientWidth:window.innerWidth; 
scy=(document.all)?document.body.scrollTop:window.pageYOffset; 
scx=(document.all)?document.body.scrollLeft:window.pageXOffset; 
for (i=0; i < num; i++){ 
sy=s[i]*Math.sin(90*Math.PI/180); 
sx=s[i]*Math.cos(s1[i]); 
y[i]+=sy; 
x[i]+=sx;  
if (y[i] > h){ 
 y[i]=-60; 
 x[i]=Math.round(Math.random()*w); 
 s[i]=Math.random()*5+3; 
} 
s1[i]+=s2[i]; 
if (document.layers){ 
 document.layers["leaf"+i].left=x[i]; 
 document.layers["leaf"+i].top=y[i]+scy; 
} 
else{ 
 document.getElementById("leaf"+i).style.left=x[i]; 
 document.getElementById("leaf"+i).style.top=y[i]+scy; 
}  
} 
timer=setTimeout('fall()',20); 
} 
fall(); 

function dsbl(){ 
for (i=0; i < num; i++){ 
 if (document.layers) 
 document.layers["leaf"+i].visibility="hide"; 
 else 
 document.getElementById("leaf"+i).style.visibility="hidden"; 
} 
clearTimeout(timer); 
} 
setTimeout('dsbl()',stopafter); 
} 
//--> 
</script>
<body> 
<div style="z-index: 3; position: absolute; top: -10px; left: 0px;">
<table cellpadding='0' cellspacing='0'>
<tr>
<tr>
<td class='title' colspan='2'>
<!-- BEGIN TITLE CONTENT -->
<%Title%>
</td>
</tr>
<td class='space' colspan='2'></td>
</tr>
<tr>
<td valign='top' style='padding-right: 0px;'>

<table cellpadding='0' cellspacing='0'>
<tr>
<td class='leftside' width='750'>
<!-- BEGIN LEFTSIDE CONTENT -->
<!-- ARCHIVE PAGE -->
<IfArchivePage>
<div class='entry'>
 <h2>Archives</h2>
 <ArchiveInfo%>
</div>
</IfArchivePage>



<!-- MAIN PAGE --->
<IfMainPage>
<Entry>
<div class='entry'>
	<div class='menu1'><a href='<EntryURL%>'><EntryTitle%></a>
		Gữi Ngày <EntryDate%> Vào Lúc <EntryTime%><IfCategoriesAllowed> in <EntryCategory%></IfCategoriesAllowed>
	</div>
	<div class='text'>
		<EntryBody%>
	</div>
	<div class='comments'>
		<IfCommentsAllowed><a href='<EntryURL%>'><EntryCommentCount%> Nhận xét</a> :: </IfCommentsAllowed>
		<IfTrackbacksAllowed><a href='<EntryURL%>'><%TrackbackCount%> trackbacks</a> :: </IfTrackbacksAllowed>
		<a href='<EntryURL%>'>Xem chi tiết</a>
	</div>
</div>
</Entry>
</IfMainPage>





<!-- ENTRY PAGE -->
<IfEntryPage>
<Entry>
<div class='entry'>
	<h2><a href='<EntryURL%>'><EntryTitle%></a></h2>
	<div class='timedate'>
		Đăng ngày <EntryDate%> lúc <EntryTime%><IfCategoriesAllowed> Mục <EntryCategory%></IfCategoriesAllowed>
	</div>
	<div class='text'>
		<EntryBody%>
	</div>
	<div class='comments'>
		<IfCommentsAllowed><a href='<EntryURL%>'><EntryCommentCount%> Nhận xét</a> :: <IfCommentPostAllowed><a href='<CommentPostURL%>'>Đăng nhận xét</a> :: </IfCommentPostAllowed></IfCommentsAllowed>
		<IfTrackbacksAllowed><a href='<EntryURL%>'><%TrackbackCount%> trackbacks</a> :: <a href='<EntryTrackbackURL%>'>trackback url</a><%TrackbackRDF%> :: </IfTrackbacksAllowed>
		<a href='<EntryURL%>'>Xem chi tiết</a>
	</div>
</div>

<blockquote>
<IfCommentsAllowed>
<Comment>
<div class='entry'>
<h2><CommentTitle%></h2>
<div class='timedate'>Đăng ngày <CommentDate%> lúc <CommentTime%> bởi <CommentAuthor%></div>
<CommentEdit>Sửa</CommentEdit> <CommentDelete>Xoá</CommentDelete>
<div class='text'>
<CommentBody%>
</div>
</div>
</Comment>
</IfCommentsAllowed>

<IfTrackbacksAllowed>
<Trackback>
<div class='entry'>
<h2><%TrackbackTitle%></h2>
<div class='timedate'>Đăng ngày <%TrackbackDate%> lúc <%TrackbackTime%> tại <a href='<%TrackbackURL%>'><%TrackbackBlogName%></a></div>
<TrackbackDelete>Xoá</TrackbackDelete>
<div class='text'>
<%TrackbackExcerpt%>
</div>
</div>
</Trackback>
</IfTrackbacksAllowed>
</blockquote>

</Entry>
</IfEntryPage>





<!-- FRIENDS PAGE -->
<IfFriendsPage>
<Entry>
<div class='entry'>
	<h2><EntryTitle%></h2>
	<div class='timedate'>
		Đăng bởi <a href='<EntryAuthorURL%>'><EntryAuthor%></a> ngày <EntryDate%> lúc <EntryTime%><IfCategoriesAllowed> mục <EntryCategory%></IfCategoriesAllowed>
	</div>
	<div class='text'>
		<EntryBody%>
	</div>
	<div class='comments'>
		<IfCommentsAllowed><a href='<EntryURL%>'><EntryCommentCount%> Nhận xét</a> :: </IfCommentsAllowed>
		<IfTrackbacksAllowed><a href='<EntryURL%>'><%TrackbackCount%> trackbacks</a> :: </IfTrackbacksAllowed>
		<a href='<EntryURL%>'>link</a>
	</div>
</div>
</Entry>
</IfFriendsPage>
<br>
<center>
<IfPages><LaterLink>Trang trứơc</LaterLink> | Trang <CurrentPage%> trong tổng số <%TotalPages%> trang | <EarlierLink>Trang kế</EarlierLink></IfPages>
</center>

</td>
</tr>
</table>

</td><td valign='top'>

<table cellpadding='0' cellspacing='0'>
<tr>
<td class='rightside' width='200'>
<!-- BEGIN RIGHTSIDE CONTENT -->

<center>
<div class='avatar'><img src='<Avatar%>' border='0' class='avatar'></div>
</center>

<div class='box'>
	<div class="menu2"> 
    Links Yêu Thích</div> 
	- <a href='<%MainPageURL%>'>Trang chủ blog</a><br>
	- <a href='<%ProfileURL%>'>Thông tin cá nhân</a><br>
	- <a href='<ArchiveURL%>'>Tìm bài viết</a><br>
	- <a href='<FriendsPageURL%>'>Bạn bè viết</a><br>
	- <a href='<AlbumURL%>'>Album hình của tôi</a><br>
</div>

<div class='box'>
<div class="menu2"> 
    Bài Viết Mới</div> 
	<RecentEntry>- <%RecentEntryTitle%><br></RecentEntry>
</div>

<div class='box'>
	<div class="menu2"> 
    Bạn Bè Tôi</div> 
	<Friends>- <a href='<FriendURL%>'><FriendUsername%></a><br></Friends>
</div>
<div class='box'>
<div class="menu2"> 
    Thư Mục Blog</div>         
  <ul>
<Categories><li><a href='<CategoryURL%>'><Category%></a></li></Categories>
             </ul>
</div>
<div class='box'>
             <div class="menu2"> 
    Thơ Yêu Thích</div>  
<MARQUEE onmouseover=this.stop() onmouseout=this.start() scrollAmount=3 scrollDelay=10 
direction=up width=100% height=300><center><b>
------------------------<p>
<font color=pink size=2>Yêu Là Chết Trong Lòng Một Ít<br>
<font color=cyan size=2>Vì Mấy Khi Yêu Ta Có Được Người Yêu<p></font>
------------------------<p>
<font color=pink size=2>Tình Là Bụi Phũi Là Bay<br>
<font color=cyan size=2>Anh Đi Rồi Em Bỏ Theo Trai<p>
------------------------<p>
</b></center></MARQUEE>  
</div>
<div class='box'>
             <div class="menu2"> 
    Lịch</div>  
    <center>
                <Calendar%>
              </center></div>
<div class='box'>
             <div class="menu2"> 
   Hình Yêu Thích</div>  <p>
<MARQUEE onmouseover=this.stop() onmouseout=this.start() scrollAmount=3 scrollDelay=20 direction=up width=100% height=350> 
<CENTER> 
<img width=140 height=130 border=0 src="http://yeublog.com/uploads/l/lhblove/39293.jpg" ><p> 
<img width=140 height=130 border=0 src="http://yeublog.com/uploads/l/lhblove/39294.jpg" ><p> 
<img width=140 height=130 border=0 src="http://yeublog.com/uploads/l/lhblove/39295.jpg" ><p> 
<img width=140 height=130 border=0 src="http://yeublog.com/uploads/l/lhblove/39296.jpg" ><p> 
<img width=140 height=130 border=0 src="http://yeublog.com/uploads/l/lhblove/39297.jpg" ><p> 
<img width=140 height=130 border=0 src="http://yeublog.com/uploads/l/lhblove/39298.jpg" ><p> 
<img width=140 height=130 border=0 src="http://yeublog.com/uploads/l/lhblove/39299.jpg" ><p> 
<img width=140 height=130 border=0 src="http://yeublog.com/uploads/l/lhblove/39300.jpg" ><p> 
<img width=140 height=130 border=0 src="http://sonhai.info/Picture/KhoAvatarDong/Avatar_Files/yenthuyxanh(18).gif" ><p> 
<img width=140 height=130 border=0 src="http://sonhai.info/Picture/KhoAvatarDong/Avatar_Files/yenthuyxanh1(18).gif" ><p> 
<img width=140 height=130 border=0 src="http://sonhai.info/Picture/KhoAvatarDong/Avatar_Files/yenthuyxanh4(16).gif" ><p> 
<img width=140 height=130 border=0 src="http://sonhai.info/Picture/KhoAvatarDong/Avatar_Files/yenthuyxanh1(21).gif" ><p> 
<img width=140 height=130 border=0 src="http://sonhai.info/Picture/KhoAvatarDong/Avatar_Files/yenthuyxanh5(19).gif" ><p> 
<img width=140 height=130 border=0 src="http://sonhai.info/Picture/KhoAvatarDong/Avatar_Files/yenthuyxanh6(19).gif" ><p> 
<img width=140 height=130 border=0 src="http://sonhai.info/Picture/KhoAvatarDong/Avatar_Files/yenthuyxanh7(19).gif" ><p> 
<img width=140 height=130 border=0 src="http://sonhai.info/Picture/KhoAvatarDong/Avatar_Files/yenthuyxanh(22).gif" ><p> 
<img width=140 height=130 border=0 src="http://sonhai.info/Picture/KhoAvatarDong/Avatar_Files/yenthuyxanh3(22).gif" ><p> 
<img width=140 height=130 border=0 src="http://sonhai.info/Picture/KhoAvatarDong/Avatar_Files/yenthuyxanh4(20).gif" ><p> 
<img width=140 height=130 border=0 src="http://sonhai.info/Picture/KhoAvatarDong/Avatar_Files/yenthuyxanh5(20).gif" ><p> 
<img width=140 height=130 border=0 src="http://sonhai.info/Picture/KhoAvatarDong/Avatar_Files/yenthuyxanh6(20).gif" ><p> 
<img width=140 height=130 border=0 src="http://sonhai.info/Picture/KhoAvatarDong/Avatar_Files/yenthuyxanh11(18).gif" ><p> 
<img width=140 height=130 border=0 src="http://sonhai.info/Picture/KhoAvatarDong/Avatar_Files/yenthuyxanh11(18).gif" ><p> 
<img width=140 height=130 border=0 src="http://sonhai.info/Picture/KhoAvatarDong/Avatar_Files/yenthuyxanh3(23).gif" ><p> 
<img width=140 height=130 border=0 src="http://sonhai.info/Picture/KhoAvatarDong/Avatar_Files/yenthuyxanh4(21).gif" ><p> 
<img width=140 height=130 border=0 src="http://sonhai.info/Picture/KhoAvatarDong/Avatar_Files/yenthuyxanh7(21).gif" ><p> 
<img width=140 height=130 border=0 src="http://sonhai.info/Picture/KhoAvatarDong/Avatar_Files/yenthuyxanh9(20).gif" ><p> 
<img width=140 height=130 border=0 src="http://sonhai.info/Picture/KhoAvatarDong/Avatar_Files/yenthuyxanh11(19).gif" ><p> 
<img width=140 height=130 border=0 src="http://sonhai.info/Picture/KhoAvatarDong/Avatar_Files/yenthuyxanh(5).gif" ><p> 
<img width=140 height=130 border=0 src="http://sonhai.info/Picture/KhoAvatarDong/Avatar_Files/yenthuyxanh5(5).gif" ><p> 
<img width=140 height=130 border=0 src="http://sonhai.info/Picture/KhoAvatarDong/Avatar_Files/yenthuyxanh(6).gif" ><p> 
<img width=140 height=130 border=0 src="http://sonhai.info/Picture/KhoAvatarDong/Avatar_Files/yenthuyxanh(4).gif" ><p> 
<img width=140 height=130 border=0 src="http://sonhai.info/Picture/KhoAvatarDong/Avatar_Files/yenthuyxanh1(4).gif" ><p>
<img width=140 height=130 border=0 src="http://sonhai.info/Picture/KhoAvatarDong/Avatar_Files/yenthuyxanh2(4).gif" ><p>
<img width=140 height=130 border=0 src="http://sonhai.info/Picture/KhoAvatarDong/Avatar_Files/yenthuyxanh7(4).gif" ><p>
<img width=140 height=130 border=0 src="http://sonhai.info/Picture/KhoAvatarDong/Avatar_Files/yenthuyxanh11(4).gif" ><p>
</CENTER></MARQUEE>  </div>
<div class='box'>
             <div class="menu2"> 		
                     Gallery Album</div>
<div style="width: 250px; padding: 0; margin: 0; text-align: center"><embed src="http://petswf.bunnyherolabs.com/adopt/swf/chick" width="250" height="300" quality="high" bgcolor="ffffff" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="cn=chip20chip&amp;an=trieu20tu20long&amp;clr=0xffff00" type="application/x-shockwave-flash"></embed><br /><small><a href="http://bunnyherolabs.com/adoptbebo">adopt your own virtual pet!</a></small></div>
<div class='box'>
             <div class="menu2"> 		
                     Gallery Album</div>
<center><embed src="http://flash.picturetrail.com/pflicks/acrobatcube_r.swf" loop="false" quality="high" FlashVars="backopacity=100&amp;cubecroptofit=1&amp;enlargecroptofit=0&amp;logopath=http://flash.picturetrail.com/pflicks/ptlogo1.swf&amp;ptdim=50.10&amp;ptxy=300.16&amp;faceopacity=80&amp;img1=http://pic20.picturetrail.com:80/VOL1375/6518681/13052486/193111816.jpg&amp;img2=http://pic20.picturetrail.com:80/VOL1375/6518681/13052486/193111821.jpg&amp;img3=http://pic20.picturetrail.com:80/VOL1375/6518681/13052486/193111828.jpg&amp;img4=http://pic20.picturetrail.com:80/VOL1375/6518681/13052486/193111832.jpg&amp;img5=http://pic20.picturetrail.com:80/VOL1375/6518681/13052486/193111836.jpg&amp;img6=http://pic20.picturetrail.com:80/VOL1375/6518681/13052486/193111840.jpg" wmode="transparent" bgcolor="#ffffff" 
width="150" height="175" name="acrobatcube" id="acrobatcube" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
   <embed src="http://lebinh.mauthoigian.org/flash/tim.swf" width="180" height="180" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false" wmode="transparent"></embed>
</center>
<div class='box'>
<div class="menu2">
                      số người xem blog</div><p>
<div align="center">
<a href="http://www.ticketwood.com">
<img border="0" src="http://www.thefreewebcounter.com/counter.php?id=10824" alt="Hit Counter"></a>
<br><small><a href="http://www.ticketwood.com">
<font color="#999999">S? l?n xem blog</font></a></small></div>
 </div>
<div class='box'>
<div class="menu2">
                      thư giãn</div><p>
<div class="side"><embed src="http://files.myopera.com/levelmax/files/mp3player.swf" menu="false" quality="high" width="198" height="271" name="index" allowScriptAccess="none" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="playList=http://files.myopera.com/levelmax/files/playlist.xml&amp;ShowPlaylist=1&amp; 
ShowEQ=1&amp;firstTrack=1&amp;initVol=50&amp;autostart=false&amp;autoscroll=true" wmode="transparent" border="0" style="border: 3px groove #00FF00; padding: 0"> 
</div>  
<div class='box'>
<div class="menu2"> 			
                      Liên Hệ</div><p>
		<A href=ymsgr:SendIM?legend_of_dragon2000><IMG src=http://opi.yahoo.com/online?u=legend_of_dragon2000 border=0></img> legend_of_dragon2000</a> <br><br>
    </div>
<div class="side">			
                     Thời Gian Là Vàng<br>
<center><embed src="http://lebinh.mauthoigian.org/t05v1a/clock.swf" width="150" height="175" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false" wmode="transparent"></embed>
</center>
</div>
<div class='box'>
<div class="menu2">
                     chat room</div><p>
<div id="yellbox" style="width: 160px;">
 <script language="Javascript" type="text/javascript" src="http://www.yellbox.com/ybscript.js"></script>
 <noscript><a href="http://www.yellbox.com">Shoutbox</a>, <a href="http://www.avatarist.com">Avatars</a>, <a href="http://www.tonyhawkguide.com">Tony Hawk</a>, <a href="http://www.imsdb.com">Movie Scripts</a>, <a href="http://www.filemania.com">Buy Software</a>, <a href="http://resizepic.com">Resize Images</a>, <a href="http://www.domainsellout.com">Domains for sale</a>, <a href="http://www.rateslist.com">Exchange Rates</a>, <a href="http://www.wiisworld.com">Wii</a></noscript>

 <iframe name="ybframe" style="width: 90%; border: 1px inset;" frameborder="0" height="170" marginwidth="0" marginheight="0" src="http://www.yellbox.com/yellbox.php?name=levelmax"></iframe>

 <form action="http://www.yellbox.com/addmessage.php" method="post" target="ybframe" name="yellform" style="margin: 1px;"> 
 <input type="hidden" name="sub_username" value="levelmax" />
 <input name="sub_name" value="Name" style="width: 90%;" maxlength="10" onfocus="if(this.value == 'Name')this.value = ''; return;" /><br />
 <input name="sub_message" value="Message" style="width: 90%;" maxlength="255" onfocus="if(this.value == 'Message')this.value = ''; return;" /><br />
 <button onclick="return clearMessageBox();" style="height: 25px; width: 70%;">Say</button>	
 <button onclick="noscript:makeNewWindow(); return false;" style="width: 20%; height: 25px; border: none;"><img src="http://www.yellbox.com/images/smile.gif" alt="Smileys" /></button> 
</form>
</div>
</td>
</tr>
</table>
</td></tr></table>
</body>
</html>