<!-- Begin

// ONLY USE lowercase FOR ALL OPTIONS



// AdShow OPTIONS

var showflash		= "yes"		// SHOW FLASH ADSHOW
var flashcolor		= "FFFFFF"	// FLASH BACKGROUND COLOR
var flashwC		= "575"		// WIDTH OF THE FLASH ADSHOW
var flashhC		= "350"		// HEIGHT OF THE FLASH ADSHOW






// 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




// FLASH ADSHOW
   if (showflash == "yes") {

document.write('<table cellpadding="0" cellspacing="0" border="0" class="homeflash"><tr><td valign="top">');
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="'+flashwC+'" HEIGHT="'+flashhC+'" id="homeflash">');
document.write('<PARAM NAME="movie" VALUE="homeflash.swf">');
document.write('<PARAM NAME="quality" VALUE="high">');
document.write('<PARAM NAME="bgcolor" VALUE="#'+flashcolor+'">');
document.write('<PARAM NAME="wmode" VALUE="transparent">');
document.write('<EMBED src="homeflash.swf" quality="high" wmode="transparent" bgcolor="#'+flashcolor+'"  WIDTH="'+flashwC+'" HEIGHT="'+flashhC+'" NAME="homeflash" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><br>');
document.write('</td></tr></table>');

}

else {

document.write('<img src="picts/homeflash-1.jpg" width="575" height="350"></a><br>');

}




// -->