<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');


// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><left>');
document.write('<a href="index.html"><img src="picts/sharon_audio.jpg" border="0" class="borders"></a><br>');
document.write('</center>');

}

// FLASH xmp3mini CODE
// YOU CAN EDIT THESE VARIABLES

var song_name			= "song-1" // MP3 SONG FILE NAME (no extension)
var file_name			= "colors/CHROME"	// BUTTON COLORS (no extension)
var backgroundi			= "CHROME"		 	 // BACKGROUND IMAGE - USE COLOR FOLDER NAME
var mxmpbackground_color	= "FF0000"	 	// BACKGROUND COLOR


var autostart                   = "0"		// AUTO START (1 = START / 0 = NO START) 
var mxmptable			= "154"		// TOTAL PLAYER WIDTH
var mxmpwidth			= "59"		// FLASH WIDTH
var mxmpheight			= "17"		// FLASH HIGHT

var mxmpborder_color		= "000000"	// BORDER COLOR
var mxmpborder_width		= "0"		// BORDER WIDTH IN PIXELS




// NOTES: To show player buttons only make "141" width above "59"





// COPYRIGHT 2009 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE




document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="'+mxmptable+'" bgcolor="#'+mxmpbackground_color+'" style="border: #'+mxmpborder_color+' '+mxmpborder_width+'px solid; background-image: url(\'xmp3Player-mini/skins/'+backgroundi+'/background-mxmp.jpg\');"><tr><td>');
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+mxmpwidth+'" height="'+mxmpheight+'" id="xmp3Player1" align="middle">');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="movie" value="xmp3Player-mini/xmp3Player-mini.swf?file=xmp3Player-mini%2F'+file_name+'%2Etxt&song=xmp3Player-mini%2F'+song_name+'%2Emp3&astart='+autostart+'" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="bgcolor" value="#'+mxmpbackground_color+'" />');
document.write('<embed src="xmp3Player-mini/xmp3Player-mini.swf?file=xmp3Player-mini%2F'+file_name+'%2Etxt&song=xmp3Player-mini%2F'+song_name+'%2Emp3&astart='+autostart+'" quality="high" bgcolor="#'+mxmpbackground_color+'" width="'+mxmpwidth+'" height="'+mxmpheight+'" name="xmp3Player1" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed></object><br>');
document.write('</td></tr></table>');

document.write('<br><br>');

// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Allergy Testing<br></legend>');

document.write('We provide comprehensive allergy testing to identify and treat the causes of individual allergy symptoms.');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/sidebar-right.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Effective Treatment<br></legend>');

document.write('Successful allergy treatment outcomes cannot occur if the source or cause of the allergy is not identified with absolute precision.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->