<!-- Begin
rnd.today=new Date();
rnd.seed=rnd.today.getTime();

function rnd() {
        rnd.seed = (rnd.seed*9301+49297) % 233280;
        return rnd.seed/(233280.0);
};

function rand(number) {
	var result = Math.ceil(rnd()*number);
	if (!result)result++;
        return result
};
var ad_cnt1 = 12;
var ad1 = rand(ad_cnt1);
var link1;
var adBanner1;
var width1
var height1
if (ad1==1) {
link1="http://www.theyachtshop.co.uk/items/rope~twine~chain-and-wire/wire-rope/list.htm";
adBanner1="http://www.theyachtshop.co.uk/images/Banners/Wireropebanner.jpg";
width1="350";
height1="100";
alt1="Wire Rope";
}
if (ad1==2) {
link1="http://www.theyachtshop.co.uk/postage.asp";
adBanner1="http://www.theyachtshop.co.uk/images/Banners/JiffyBag.jpg";
width1="350";
height1="100";
alt1="Postal Offer";
}
if (ad1==3) {
link1="http://www.theyachtshop.co.uk/items/yacht-chandlery/sails-and-rigging/blocks/list.htm";
adBanner1="http://www.theyachtshop.co.uk/images/Banners/Bartonbanner.jpg";
width1="350";
height1="100";
alt1="Barton Marine Blocks";
}
if (ad1==4) {
link1="http://www.theyachtshop.co.uk/items/rope~twine~chain-and-wire/rope/general-and-misc/manila-16mm-per-mtr-h02122-detail.htm";
adBanner1="http://www.theyachtshop.co.uk/images/Banners/Manilaropebanner.jpg";
width1="350";
height1="100";
alt1="Manila Rope Offers";
}
if (ad1==5) {
link1="http://www.theyachtshop.co.uk/items/paint~maintenance-and-electrical/cleaning-materials/boat-cleaning-products/international-cleaning-kit-500ml-copy-detail.htm";
adBanner1="http://www.theyachtshop.co.uk/images/Banners/InternationalKit.jpg";
width1="350";
height1="100";
alt1="Internation Cleaning Kit";
}
if (ad1==6) {
link1="http://www.theyachtshop.co.uk/items/clothing/commercial-fishing/jackets~tops-and-overalls/smock-guy-cotten-peche-summer-h53205-detail.htm";
adBanner1="http://www.theyachtshop.co.uk/images/banner_offer_peche.jpg";
width1="350";
height1="100";
alt1="Guy Cotten Peche Smock";
}
if (ad1==7) {
link1="http://www.theyachtshop.co.uk/postage.asp";
adBanner1="http://www.theyachtshop.co.uk/images/banner_offer_postage.jpg";
width1="350";
height1="100";
alt1="Save on Postage Costs";
}
if (ad1==8) {
link1="http://www.theyachtshop.co.uk/items/rope~twine~chain-and-wire/rope/braid-on-braid~braided/rope-6mm-braid-on-braid-flecked-per-mtr-h02000-detail.htm";
adBanner1="http://www.theyachtshop.co.uk/images/banner_offer_rope.jpg";
width1="350";
height1="100";
alt1="Braid on Braid Flecked Rope";
}
if (ad1==9) {
link1="http://www.theyachtshop.co.uk/items/paint~maintenance-and-electrical/adhesives/gorilla-glue-2-oz-h00008-detail.htm";
adBanner1="http://www.theyachtshop.co.uk/images/gorillaglue.jpg";
width1="350";
height1="100";
alt1="Gorilla Glue - Incredibly Strong";
}
if (ad1==10) {
link1="http://www.theyachtshop.co.uk/items/paint~maintenance-and-electrical/tapes/gorilla-tape-11-mtrs-h10266-detail.htm";
adBanner1="http://www.theyachtshop.co.uk/images/gorillatape.jpg";
width1="350";
height1="100";
alt1="Gorilla Tape - The toughest tape on planet earth!";
}
if (ad1==11) {
link1="http://www.theyachtshop.co.uk/items/clothing/commercial-fishing/jackets~tops-and-overalls/fleece-xm-h53052-detail.htm";
adBanner1="http://www.theyachtshop.co.uk/images/xmfleece.jpg";
width1="350";
height1="100";
alt1="XM Fleece";
}
if (ad1==12) {
link1="http://www.theyachtshop.co.uk/items/life-saving-and-safety-equipment/life-jackets/lifejacket-pilot-basic-25582-h22536-detail.htm";
adBanner1="http://www.theyachtshop.co.uk/images/lifejacket.jpg";
width1="350";
height1="100";
alt1="Prlastimo Lifejacket Pack of 4";
}
document.write('<a href="' + link1 + '" target="_top">');
document.write('<img src="' + adBanner1 + '" width=' + width1 + ' height=' + height1 + ' border=0 alt="' + alt1 + '"></a>');
// End -->