args=window.location.search;

if (args=="")
document.write("")
else
{
arg1=args.substr(1);
if (arg1=="Membership" || arg1=="all" || arg1=="Invested")
{
document.write('<a href="networkbadges.htm"><img src="images/m-cs-mb.gif" width="54" height="54" alt="Membership Badge" STYLE="position:absolute; LEFT:437; TOP:340" border="0"></a>');
}

if (arg1=="District" || arg1=="all" || arg1=="Invested")
{
document.write('<a href="networkbadges.htm"><img src="images/districtlogo.gif" width="80" height="52" alt="District/County Badge" STYLE="position:absolute; LEFT:53; TOP:290" border="0"></a>');
}
if (arg1=="PlatinumCSA")
{
document.write('<a href="networkbadges.htm"><img src="images/ex-cs-cspa.gif" width="60" height="60" alt="Platinum Chief Scouts Award" STYLE="position:absolute; LEFT:201; TOP:305" border="0"></a>');
}
if (arg1=="DiamondCSA")
{
document.write('<a href="networkbadges.htm"><img src="images/ex-cs-csda.gif" width="60" height="60" alt="Diamond Chief Scouts Award" STYLE="position:absolute; LEFT:201; TOP:305" border="0"></a>');
}
if (arg1=="QSA" || arg1=="all")
{
document.write('<a href="networkbadges.htm"><img src="images/ex-cs-qsa.gif" width="60" height="60" alt="Queen Scouts Award" STYLE="position:absolute; LEFT:201; TOP:305" border="0"></a>');
}
if (arg1=="NameTape" || arg1=="all" || arg1=="Invested")
{
document.write('<a href="networkbadges.htm"><img src="images/adrenalinenametape.gif" width="80" height="14" alt="Name Tape" STYLE="position:absolute; LEFT:54; TOP:220" border="0"></a>');
}
if (arg1=="RAF" || arg1=="all" || arg1=="Invested")
{
document.write('<a href="networkbadges.htm"><img src="images/raf.gif" width="36" height="36" alt="RAF Recognition" STYLE="position:absolute; LEFT:212; TOP:267" border="0"></a>');
}
if (arg1=="union" || arg1=="all")
{
document.write('<a href="networkbadges.htm"><img src="images/union.gif" width="50" height="29" alt="Union Flag" STYLE="position:absolute; LEFT:204; TOP:230" border="0"></a>');
}
if (arg1=="AirScouts" || arg1=="Invested" || arg1=="all")
{
document.write('<a href="networkbadges.htm"><img src="images/airscouts.gif" width="70" height="23" alt="Air Scouts Badge" STYLE="position:absolute; LEFT:430; TOP:255" border="0"></a>')
}
if (arg1=="FirstAid" || arg1=="all")
{
document.write('<a href="networkbadges.htm"><img src="images/mbc-faid-s.gif" width="40 height="52" alt="First Aid" STYLE="position:absolute; LEFT:585; TOP:320" border="0"></a>');
}
if (arg1=="ScoutWings" || arg1=="all")
{
document.write('<a href="networkbadges.htm"><img src="images/scwing01.gif" width="80" height="25" alt="Scout Wings" STYLE="position:absolute; LEFT:420; TOP:225" border="0"></a>');
}
if (arg1=="ParascendingWings")
{
document.write('<a href="networkbadges.htm"><img src="images/scwing02.gif" width="60" height="40" alt="Parascending Wings" STYLE="position:absolute; LEFT:430; TOP:215" border="0"></a>');
}
if (arg1=="doebronze")
{
document.write('<a href="networkbadges.htm"><img src="images/doebronze.gif" width="50 height="50" alt="DOE Bronze" STYLE="position:absolute; LEFT:580; TOP:260" border="0"></a>');
}
if (arg1=="doesilver")
{
document.write('<a href="networkbadges.htm"><img src="images/doesilver.gif" width="50 height="50" alt="DOE Silver" STYLE="position:absolute; LEFT:580; TOP:260" border="0"></a>');
}
if (arg1=="doegold" || arg1=="all")
{
document.write('<a href="networkbadges.htm"><img src="images/doegold.gif" width="50 height="50" alt="DOE Gold" STYLE="position:absolute; LEFT:580; TOP:260" border="0"></a>');
}
if (arg1=="unitbadge" || arg1=="all" || arg1=="Invested")
{
document.write('<a href="networkbadges.htm"><img src="images/adrenalinebadge.gif" width="100 height="88" alt="DOE Gold" STYLE="position:absolute; LEFT:45; TOP:360" border="0"></a>');
}
if (arg1=="Invested")
{
document.write('<a href="networkbadges.htm"><img src="images/ex-cs-csda.gif" width="60" height="60" alt="Diamond Chief Scouts Award (gained in Explorers)" STYLE="position:absolute; LEFT:195; TOP:300" border="0"></a>');
}
}
