// ---variable URLS for American Dragon--- // ---If I know a link to be defunct: add XX to the front of the WHICH word// so that the page will default to a prior HREF (if any) on the page function insertURL(which) { // if (which == "emailjeff") { // document.write("") // } if (which == "emailjeff") { document.write("") } if (which == "disneychannel") { document.write("")} if (which == "disneychannelinternational") { document.write("")} if (which == "disneychannellatino") { document.write("")} if (which == "disneychannellatinosur") { document.write("")} if (which == "disneychannellatinonorte") { document.write("")} if (which == "disneychannelasia") { document.write("")} if (which == "disneychannelaustralia") { document.write("")} if (which == "disneychannelbrazil") { document.write("")} if (which == "disneychanneldenmark") { document.write("")} if (which == "disneychannelfinland") { document.write("")} if (which == "disneychannelfrance") { document.write("")} if (which == "disneychannelgermany") { document.write("")} if (which == "disneychannelhongkong") { document.write("")} if (which == "disneychannelindia") { document.write("")} if (which == "disneychannelitaly") { document.write("")} if (which == "disneychanneljapan") { document.write("")} if (which == "disneychannelkorea") { document.write("")} if (which == "disneychannelmexico") { document.write("")} if (which == "disneychannelmiddleeast") { document.write("")} if (which == "disneychannelnorway") { document.write("")} if (which == "disneychannelportugal") { document.write("")} if (which == "disneychannelspain") { document.write("")} if (which == "disneychannelsweden") { document.write("")} if (which == "disneychanneltaiwan") { document.write("")} if (which == "disneychanneluk") { document.write("")} if (which == "DCAD") { document.write("")} if (which == "DCADasia") { document.write("")} if (which == "DCADaustralia") { document.write("")} if (which == "DCADdenmark") { document.write("")} if (which == "DCADfinland") { document.write("")} if (which == "DCADfrance") { document.write("")} if (which == "DCADgermany") { document.write("")} if (which == "DCADhongkong") { document.write("")} if (which == "DCADitaly") { document.write("")} if (which == "DCADjapan") { document.write("")} if (which == "DCADmexico") { document.write("")} if (which == "DCADmiddleeast") { document.write("")} if (which == "DCADnorway") { document.write("")} if (which == "DCADportugal") { document.write("")} if (which == "DCADspain") { document.write("")} if (which == "DCADsweden") { document.write("")} if (which == "DCADtaiwan") { document.write("")} if (which == "DCADuk") { document.write("")} } //---keep this bracket to END the function insertURL