<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Original:  Yosi Schiff (GreenDevil120@aol.com) -->
<!-- Web Site:  http://www.angelfire.com/realm/molkajavascripts/ -->
<!-- Begin
var phone_num='';
var timerID = null;
var timerRunning = false;
function but1()
{

phone_num = phone_num + '1';
 chknum();
}
function but2()
{
 phone_num = phone_num + '2';
 chknum();
}
function but3()
{
 phone_num = phone_num + '3';
 chknum();
}
function but4()
{
 phone_num = phone_num + '4';
 chknum();
}
function but5()
{
 phone_num = phone_num + '5';
 chknum();
}
function but6()
{
 phone_num = phone_num + '6';
 chknum();
}
function but7()
{
 phone_num = phone_num + '7';
 chknum();
}
function but8()
{
 phone_num = phone_num + '8';
 chknum();
}
function but9()
{
 phone_num = phone_num + '9';
 chknum();
}
function but0()
{
 phone_num = phone_num + '0';
 chknum();
}
function chknum()
{

//ADD YOUR NUMBERS AND URLS HERE

if (phone_num=="363143")
 document.location="http://110mb.com";

if (phone_num=="323143")

 document.location="http://freewebspace7.com";

if (phone_num=="")
 document.location="";

if (phone_num=="")

 document.location="";

if (phone_num=="")
 document.location="";

if (phone_num=="")

 document.location="";

if (phone_num=="")
 document.location="";

if (phone_num=="")

 document.location="";

if (phone_num=="")
 document.location="";

if (phone_num=="")

 document.location="";

if (phone_num=="")
 document.location="";

if (phone_num=="")

 document.location="";

if (phone_num=="")
 document.location="";

if (phone_num=="")

 document.location="";

if (phone_num=="")
 document.location="";

if (phone_num=="")

 document.location="";

if (phone_num=="")
 document.location="";

if (phone_num=="")

 document.location="";

if (phone_num=="")
 document.location="";

if (phone_num=="")

 document.location="";

if (phone_num=="")
 document.location="";

if (phone_num=="")

 document.location="";

if (phone_num=="")
 document.location="";

if (phone_num=="")

 document.location="";

if (phone_num=="")
 document.location="";

if (phone_num=="")

 document.location="";

if (phone_num=="")
 document.location="";

if (phone_num=="")

 document.location="";

document.board.pn.value=phone_num;
}
function clearit()
{
 phone_num = "";
 document.board.pn.value=phone_num;
}
//  End -->