<!--



// Array Function



function makeArray() {

var args = makeArray.arguments;

    for (var i = 0; i < args.length; i++) {

    this[i] = args[i];

    }

this.length = args.length;

}



// This array holds the descriptions and names of the pages.



var pages = new makeArray("Select a Page",
"Banks",
"Beauty Products",
"Books",
"Building Societies",
"Car Insurance",
"Cartoons",
"CDs",
"Clothing",
"Competitions",
"Computers",
"Currency Conversion",
"DVDs",
"Education",
"Electrical",
"Electronics",
"Fashion",
"Football",
"Fridges and Freezers",
"Fun",
"Gadgets",
"Gambling",
"GCSE",
"Health Products",
"Home Insurance",
"Jewlery",
"Jobs",
"Loans",
"Mobile Phones",
"Music",
"News",
"Perfume",
"Radio",
"Recruitment",
"Road Maps",
"Rugby",
"Search Engines",
"SMS Text Messaging",
"Sport & Sports Shops",
"TV and Videos",
"TV Channels",
"Toys",
"Traffic News",
"Translation Service",
"Travel",
"Travel Insurance",
"UK Government",
"Weather Forecast",
"Word Help");



// This array hold the URLs of the pages.



var urls = new makeArray("",
                         "/banks_and_building_socs/banks%20and%20building%20socs.htm",
                         "/health_and_beauty/health%20and%20beauty.htm",
                         "/Books/books%20cds%20vids.htm",
                         "/banks_and_building_socs/banks%20and%20building%20socs.htm",
                         "/Insurance/insurance.htm",
                         "/Really_Useless/its_a_link_really_useless.htm",
                         "/Books/books_cds_vids.htm",
                         "/clothing/clothing_and_fashion.htm",
                         "/competitions_and_gambling/competitions_and_gambling.htm",
                         "/computers/computers_and_peripherals.htm",
                         "/air_travel/air_travel_and_hotels_2.htm",
                         "/Books/books_cds_vids.htm",
                         "/education/Education_and_Homework.htm",
                         "/electrical_and_electronic/electrical_and_electronic.htm",
                         "/electrical_and_electronic/electrical_and_electronic.htm",
                         "/clothing/clothing_and_fashion.htm",
                         "/sport/Sport.htm",
                         "/electrical_and_electronic/electrical_and_electronic.htm",
                         "/really_useless/its_a_link_really_useless.htm",
                         "/gadgets_and_toys/gadgets_and-toys.htm",
                         "/competitions_and_gambling/competitions_and_gambling.htm",
                         "/education/Education_and_Homework.htm",
                         "/health_and_beauty/health_and_beauty.htm",
                         "/Insurance/insurance.htm",
                         "/clothing/clothing_and_fashion.htm",
                         "/jobs_and_recruitment/jobs_and_recruitment.htm",
                         "/loans/loans.htm",
                         "/mobile_phones_and_telecommunications/mobile_phones_and_telecommunications.htm",
                         "/Music/music.htm",
                         "/news_tv_radio/its_a_link_news.htm#Radio",
                         "/health_and_beauty/health_and_beauty.htm",
                         "/news_tv_radio/its_a_link_news2.htm",
                         "/jobs_and_recruitment/jobs_and_recruitment.htm",
                         "/really_useful/its_a_link_really_useful.htm",
                         "/sport/Sport2.htm",
                         "/really_useful/its_a_link_really_useful.htm",
                         "/really_useful/its_a_link_really_useful2.htm",
                         "/sport/Sport.htm",
                         "/electrical_and_electronic/electrical_and_electronic.htm",
                         "/news_tv_radio/its_a_link_news2.htm",
                         "/gadgets_and_toys/gadgets_and-toys.htm",
                         "/really_useful/its_a_link_really_useful2.htm",
                         "/really_useful/its_a_link_really_useful2.htm",
                         "/air_travel/air_travel_and_hotels.htm",
                         "/Insurance/insurance.htm",
                         "/uk_government/uk_government.htm",
                         "/really_useful/its_a_link_really_useful2.htm",
                         "/really_useful/its_a_link_really_useful2.htm");

// This function determines which page is selected and goes to it.



function goPage(form) {

i = form.menu.selectedIndex;            

    if (i != 0) {

    window.location.href = urls[i];  

    }

}



//-->



















<!-- This script and many more are available free online at -->

<!-- The JavaScript Source!! http://javascript.internet.com -->



<!-- Begin

function scrollit(seed) {

var m1  = "Welcome to Its A Link!  ";

var m2  = "..... You can find all the links to web based retail outlets here! ";

var m3  = "......From Gadgets to Insurance ";

var m4  = ".........and Healthcare to Gambling ";

var m5  = ".........its all here at Its A Link! ";

var msg=m1+m2+m3+m4+m5;

var out = " ";

var c   = 1;

if (seed > 100) {

seed--;

cmd="scrollit("+seed+")";

timerTwo=window.setTimeout(cmd,100);

}

else if (seed <= 100 && seed > 0) {

for (c=0 ; c < seed ; c++) {

out+=" ";

}

out+=msg;

seed--;

window.status=out;

cmd="scrollit("+seed+")";

timerTwo=window.setTimeout(cmd,100);

}

else if (seed <= 0) {

if (-seed < msg.length) {

out+=msg.substring(-seed,msg.length);

seed--;

window.status=out;

cmd="scrollit("+seed+")";

timerTwo=window.setTimeout(cmd,100);

}

else {

window.status=" ";

timerTwo=window.setTimeout("scrollit(100)",75);

      }

   }

}

// End -->


 
//created by A1 javascripts - http://www.a1javascripts.com/
//plase leave this credit intact if using this script
//<--!
  function openmypage(reference,y)
  {
    window.open (reference,y,'status=no,scrollbars=no,resizable=no,width=640,height=300');
  }
//-->
