/*display: inline-block;*/
    }
    span.newsletter-click-span:hover{
        filter:alpha(opacity=10);
        -moz-opacity:0.1;
        -khtml-opacity: 0.1;
        opacity: 0.1;
    }
</style>
    <?php 
    $style_tag = ob_get_clean();
    if (preg_match('#<head>#i', $content)) {
        $content = preg_replace('#<head>#i', '<head>' . $style_tag, $content);
    } else {
        echo $style_tag;
    }
    echo $content;
    exit;
}
print_heading(array('type' => 'h2', 'title' => 'Newsletter Link Clicks', 'button' => array('url' => module_newsletter::link_statistics($newsletter_id, $send_id), 'id' => 'refresh', 'title' => 'Back to Statistics')));
?>



<iframe src="<?php 
echo module_newsletter::link_statistics_link_clicks($newsletter_id, $send_id);
?>
&show=true" frameborder="0" style="width:100%; height:700px; border:0;" background="transparent"></iframe>