<!-- Start of GuestBook code version 1.0 - brought to you by MyComputer.com
www.mycomputer.com -- Do NOT alter this code! -->
<NOSCRIPT><A HREF="http://guestbook.mycomputer.com/guest.html?u=afzal4u&b=1">Sign my Guestbook.</A></NOSCRIPT>
<NOSCRIPT><A HREF="http://guestbook.mycomputer.com/guest.html?u=afzal4u&b=1&show=1">View my Guestbook.</A></NOSCRIPT>
<SCRIPT Language=JavaScript src="http://guestbook.mycomputer.com/get_guestbook.html?u=afzal4u&b=1">
</SCRIPT>
<!-- End of MyComputer.com's GuestBook code. -->
<script language=JavaScript>
<!--
var wait = 50 //sleep time until next letter (milliseconds)
var message = new Array()
message[0] = "Welcome to My HomePage !http://www.angelfire.com/ab4/afzal8u "
message[1] = "The first Interactive website of Karachi. See Interactive information of Karachi."
message[2] = "If you have any comments email us at [email protected] or call me :92-21-6615546"
var msgs = 2 //Number of message (0 is first)

var temp = "" //Do not modify these... (recommended)
var curmsg = 0
var a = 0
var counter = 0

function typew()
{
a = a + 1
check()
window.status = message[curmsg].substring(0, a)
if(a == message[curmsg].length + 5)
{
curmsg = curmsg + 1
a = 0
}
if(curmsg > msgs)
{
curmsg = 0 }
counter = setTimeout("typew()", wait)
}
function check()
{
if(a <= message[curmsg].length)
{
if(message[curmsg].substring(a, a + 1) == "")
{
a = a + 1
check()
}
}
}
typew();
//-->
</script>