////////////////////////////////////////////////////////////////////////////////
///                                                                          ///
///             SCRIPT WRITTEN BY ROB DUGA OF PINNACLE DEVELOPMENT           ///
///               ©COPYRIGHT 2007 - THEBESTPROMOPRODUCTS.COM INC.            ///
///                                                                          ///
////////////////////////////////////////////////////////////////////////////////
function _promoPeel(link)
{
promotext = '<style type="text/css">';
	 promotext += 'div#akct {';
		promotext += 'position: absolute; top:0px; right: 0px; z-index: 2342; width:113px; height:88px;';
		promotext += 'background-image: url(http://www.thebestpromoproducts.com/PEEL/images/small1.gif);';
		promotext += 'background-repeat: no-repeat;';
		promotext += 'background-position: right top;';
		promotext += 'border:none;';
		promotext += 'padding:0;';
		promotext += 'margin:0;';
		promotext += 'text-align: right;';
	promotext += '}';
	promotext += 'div#akct img {';
		promotext += 'border:none;';
		promotext += 'padding:0;';
		promotext += 'margin:0;';
		promotext += 'background: none;';
	promotext += '}';
	promotext += 'div#akct a#akpeel img {';
		promotext += 'width: 100%;';
		promotext += 'height: 100%;';
	promotext += '}';

	promotext += 'div#akct a, div#akct a:hover {';
		promotext += 'text-decoration: none;';
		promotext += 'border:none;';
		promotext += 'padding:0;';
		promotext += 'margin:0;';
		promotext += 'display: block;';
		promotext += 'background: none;';
	promotext += '}';
	promotext += 'div#akct a#akpeel:hover {';
		promotext += 'position: absolute; top:0px; right: 0px; z-index: 4223; width:500px; height:500px;';
		promotext += 'display: block;';
		promotext += 'background-image: url(http://www.thebestpromoproducts.com/PEEL/images/big1.gif);';
		promotext += 'background-repeat: no-repeat;';
		promotext += 'background-position: right top;';
	promotext += '}';
	promotext += 'div#akct a#akpreload';
	promotext += '{';
		promotext += 'background-image: url(http://www.thebestpromoproducts.com/PEEL/images/big1.gif);';
		promotext += 'background-repeat: no-repeat;';
		promotext += 'background-position: 234px 0px;';
	promotext += '}';

	promotext += '</style>';
	promotext += '<div id="akct"><a id="akpeel" href="'+link+'" title="The Best Promo Products"><img src="http://www.thebestpromoproducts.com/PEEL/images/Akvst.gif" alt="The Best Promo Products"></a></div>';
	document.write(promotext);
}