document.write('&copy; Copyright 2004 &bull; Strokethatdick &bull; All Rights Reserved. Unauthorized reproduction or distribution of any component');
document.write('<br>');
document.write('of this site, in whole or in part, is a violation of applicable federal copyright laws and international copyright treaties.');
document.write('<br>');
document.write('<a href="http://www.strokethatdick.com" style="color:#A70707;">Strokethatdick.com</a> is a site owned by Charge Pay-Holland and Dream Invest-Cyprus ');


if(!document.notccbill){
        var ssale = getCookie("ssale");         
        if(ssale == '')  
        {
			
				document.write('<a href="http://www.ccbill.com" target="_blank" style="color:#A70707;">CCBill.com</a>');
		
        }
}
        


function getCookie(Name)
/* Copyright iris tulus :0) */
{
var search = Name + "="
        if (document.cookie.length > 0)   // if there are any cookies
        {
                var offset = document.cookie.indexOf(search)// look for cookie name
                if (offset != -1 )// if cookie exists
                {
                        offset += search.length
                        // set index to beginning of value
                        var end = document.cookie.indexOf(";", offset)
                        if (end == -1)
                                end = document.cookie.length
                        return unescape(document.cookie.substring(offset, end))
                }// end if (offset != -1)
                else
                        return '';
        }// end if (document.cookie.length > 0)
        else
                return '';
}
