
$bullet = "<b> &bull; </b>";

function doGalleryLinks( $links )
{
	if ( $links != 1 )
		document.write( $bullet + '<a href="GalleryWinners.html"><b>Gallery of Winners</b></a>' );
	if ( $links != 2 )
		document.write( $bullet + '<a href="Gallery2.html"><b>Gallery 2</b></a>' );
	if ( $links != 3 )
		document.write( $bullet + '<a href="Gallery3.html"><b>Gallery 3</b></a>' );
	if ( $links != 4 )
		document.write( $bullet + '<a href="gallery4.htm"><b>Gallery 4</b></a>' );
}

function doPageLinks( $links )
{
	if ( $links != 1 )
		document.write( $bullet + '<a href="index.html"><b>Home</b></a>'  );
	if ( $links != 2 )
		document.write( $bullet + '<a href="AboutMike.html"><b>All About Mike</b></a>' );
	if ( $links != 3 )
		document.write( $bullet + '<a href="WhyHire.html"><b>Why Hire A Professional Handler</b></a>' );	
	if ( $links != 4 )
		document.write( $bullet + '<a href="rates.html"><b>Rates</b></a>' );
		// document.write( $bullet + '<a href="SilverdawnRates.html"><b>Rates</b></a>' );
document.write( "<br /> \n" );

	if ( $links != 5 )
		document.write( $bullet + '<a href="Show%20Schedule.html"><b>Show Schedule</b></a>' );
	if ( $links != 6 )
		document.write( $bullet + '<a href="Current.html"><b>Current Contenders</b></a>' );
	if ( $links != 7 )
		document.write( $bullet + '<a href="SilverdawnGallery.html"><b>Silverdawn Siberians</b></a>' );
document.write( "<br /> \n" );

	if ( $links != 8 )
		document.write( $bullet + '<a href="SDGallery2.html"><b>Silverdawn Siberians 2</b></a>' );
	if ( $links != 9 )
		document.write( $bullet + '<a href="MemorialGallery.html"><b>Memorial Gallery</b></a>' );
	if ( $links != 10 )
		document.write( $bullet + '<a href="links.html"><b>Links</b></a>' );
}


function doMikesLogo()
{
	document.write( '<p align="center"><br /><img src="PHAgraphic.jpg" alt="PHA" align="top" height="44" width="135" /></p>' );
	document.write( '<p align="center"><img src="Logoweb.jpg" alt="Logo" align="top" height="142" width="144" /><br />' );
	document.write( '<span class="phrase"><br />The Home of<br />Silverdawn Siberians</span><br />' + "\n" );
	document.write( "\n" + '<br /><span class="mike-address">' );
	document.write(	'1603 Elizabeth Dr.<br />Parker, CO 80138<br />(303) 840-1269</span>' );
	document.write( '</p>' + "\n" );
}


function doMikesEmail()
{	
	document.write( '<p class="email">' );
	document.write( '<img src="emailbutton.jpg" alt="Button" align="top" height="60" width="103" />' );
	document.write( '<br /><a href="mailto:mike@silverdawnkennels.com">mike@silverdawnkennels.com<br /><br /></a>' );
	document.write( '</p>' + "\n" );
}


