function check_ad()
{
    return true;

    if (!window.google_last_modified_time) {
        alert('Please, disable blocking-ads-software!');
	return false;
    }
					
    return true;
}
