iframe src ="http://abzar.info/mix/embed.php?size=160&id=8" scrolling="no" width="160" height="300" frameborder="0">
Your browser does not support iframes.
script>
s=25
statLoadedText="Welcome to MY WEBLOGE..."
statLoadingText="Loading... "
bar="";i=1;loaded=0;
function window.onload(){loaded=1;i=99;}
function pb()
{
if(loaded==1)
{
window.status=statLoadedText;loaded=1;i=99;
}
if(i<99)
{i=i+1;bar=bar+"|";window.status=statLoadingText +i+ "% " +bar;setTimeout("pb()",s);}
else
{window.status=statLoadedText;loaded=1;}
}
pb();