// the following are snippets to place in website where easy maintainance is needed, or
// where I have to use encoded url

function searchForm(){
	document.write('<form method="post" action="http://www.accountwizard.com/clients/shop.asp?web=parkadehobbies&outsidelink=search"><input class="searchBox" type="text" size="16" name="searchvalue" value="Search Our Store"><input class="searchBox" type="submit" value=" Go! "></form>')
}

function shopLink(){
	document.write('<a class="link2" href="http://www.accountwizard.com/clients/shop.asp?Web=parkadehobbies">Shop Online</a>')
}

function edgeLink(){
	document.write('<a class="link2" href="http://www.accountwizard.com/parkadehobbies/shop.asp?outsidelink=item&amp;value=PHEC08%2D10">Buy Edge Connectors</a>')
}

function shopRCLink(){
	document.write('This is the RC link')
}

function shopModelLink(){
	document.write('This is the model link')
}

function shopRailLink(){
	document.write('This is the RailRoad link')
}

function shopDollLink(){
	document.write('This is the Dollhouse link')
}

function shopSlotLink(){
	document.write('This is the Slotcar link')
}