
// START FLASH GUYS
// VARIABLES YOU CAN EDIT - ALSO EDIT THE FlashGuys.xml

var FGshowsflash	= "yes"		// SHOW FLASH HELP GUYS
var FGflashcolor	= "000000"	// FLASH GUYS BACKGROUND COLOR
var FGflashwidth	= "90"		// WIDTH OF THE FLASH GUYS (IN PIXELS)
var FGflashheight	= "50"		// HEIGHT OF THE FLASH GUYS (IN PIXELS)
var FGLborder		= "000000"	// FLASH GUYS BORDER COLOR
var FGLborderW		= "1"		// FLASH GUYS BORDER WIDTH


var floatFG		    = "no"		// USE A FLOATING DIV TO LOCATE
var floatFGX		= "50"		// FLOAT LOCATION LEFT / RIGHT
var floatFGY		= "160"		// FLOAT LOCATION UP / DOWN
var floatFGLR		= "right"	// FLOAT LEFT OR RIGHT
var floatFGTB		= "top"		// FLOAT FROM TOP OR BOTTOM

// COPYRIGHT 2006 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

   if (FGshowsflash == "yes") {
   if (floatFG == "yes") {
document.write('<div id="FlashGuys" style="position:absolute; visibility: show; '+floatFGLR+': '+floatFGX+'px; '+floatFGTB+': '+floatFGY+'px; z-index:3">');
}
document.write('<TABLE cellpadding="0" cellspacing="0" border="'+FGLborderW+'" bordercolor="#'+FGLborder+'" style="border-collapse:collapse"><tr><br><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="'+FGflashwidth+'" HEIGHT="'+FGflashheight+'" id="FlashHelp_dark">');
document.write('<PARAM NAME="movie" VALUE="flash_help_guys/FlashHelp_dark.swf">');
document.write('<PARAM NAME="quality" VALUE="high">');
document.write('<PARAM NAME="bgcolor" VALUE="#'+FGflashcolor+'">');
document.write('<EMBED src="flash_help_guys/FlashHelp_dark.swf" quality="high" bgcolor="#'+FGflashcolor+'" WIDTH="'+FGflashwidth+'" HEIGHT="'+FGflashheight+'" NAME="FlashHelp_dark" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><br>');
document.write('</td></tr></table>');
document.write('<br><br>');
}
   if (floatFG == "yes") {
document.write('</div>');
}
// END FLASH HELP GUYS



<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var color		    = "000000"		// HEADER BACKGROUND COLOR
var flashheight		= "550"			// HEIGHT OF THE FLASH (IN PIXELS)
var flashwidth	    = "100"			// WIDTH OF THE FLASH (IN PIXELS)
var bordercolor		= "FFFFFF"		// BORDER COLOR
var borderwidth		= "0"			// BORDER WIDTH
var headerwidth		= "50"			// HEADER TOTAL WIDTH
var pageheight		= "40"			// GLOBAL PAGE HEIGHT



// COPYRIGHT 2006 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE

// START FLASH HEADER

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="'+headerwidth+'" BGCOLOR="#'+color+'" style="border: #'+bordercolor+' '+borderwidth+'px solid;" width="'+headerwidth+'"><tr><td align="left">');
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="'+flashwidth+'" HEIGHT="'+flashheight+'" id="logo" ALIGN="">');
document.write('<PARAM NAME=movie VALUE="http://tinytimbers.com/logo.swf">');
document.write('<PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE="#'+color+'">');
document.write('<EMBED src="http://tinytimbers.com/logo.swf" quality=high bgcolor="#'+color+'"  WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="logo" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><br>');

document.write('<IMG SRC="http://tinytimbers.com/picts/spacer.gif" height="'+pageheight+'" width="'+headerwidth+'" border="0"><br>');

document.write('</td></tr></table>');




//  End -->

