| 1 |
<?php
|
| 2 |
// $Id:$
|
| 3 |
|
| 4 |
function _iedestroyer_default_level1() {
|
| 5 |
|
| 6 |
return <<<EOT
|
| 7 |
<div id="iedestroyer_level1" style="display: none;">
|
| 8 |
<div style="padding: 20px; background-color: #ffffbb; font-family: arial; font-size: 15px; font-weight: normal; color: #111111; line-height: 17px;">
|
| 9 |
|
| 10 |
<div style="width: 650px; margin: 0 auto 0 auto; text-align: left">
|
| 11 |
|
| 12 |
<div style="padding-left: 8px; padding-top: 0px; float: right;">
|
| 13 |
|
| 14 |
[adsense_button]
|
| 15 |
|
| 16 |
</div>
|
| 17 |
|
| 18 |
<strong>We see you're using Internet Explorer. Try Firefox; you'll like it better.</strong>
|
| 19 |
<ul>
|
| 20 |
<li>Firefox protects you from viruses, spyware, and pop-ups.</li>
|
| 21 |
<li>Enjoy improvements to performance, ease of use, and privacy.</li>
|
| 22 |
<li>Features like tabbed browsing make reading webpages easier.</li>
|
| 23 |
</ul>
|
| 24 |
|
| 25 |
Click the button on the right to download Firefox. <strong>It's free.</strong>
|
| 26 |
|
| 27 |
</div></div></div>
|
| 28 |
EOT;
|
| 29 |
|
| 30 |
}
|
| 31 |
|
| 32 |
function _iedestroyer_default_level2() {
|
| 33 |
|
| 34 |
return <<<EOT
|
| 35 |
<div id="iedestroyer_level2" style="display: none;">
|
| 36 |
|
| 37 |
<br /><br />
|
| 38 |
|
| 39 |
<div style="padding: 20px; background-color: #ffffbb; font-family: arial; font-size: 15px; font-weight: normal; color: #111111; line-height: 17px;">
|
| 40 |
|
| 41 |
<div style="width: 630px; margin: 0 auto 0 auto; text-align: left">
|
| 42 |
|
| 43 |
<div style="padding-left: 10px; padding-top: 0px; float: right;">
|
| 44 |
|
| 45 |
[adsense_button]
|
| 46 |
|
| 47 |
</div>
|
| 48 |
|
| 49 |
<strong>We see you're using Internet Explorer, which is not compatible with this site. We strongly suggest downloading Firefox. We think you'll like it better:</strong>
|
| 50 |
<ul>
|
| 51 |
<li>Firefox protects you from viruses, spyware, and pop-ups.</li>
|
| 52 |
<li>Enjoy improvements to performance, ease of use, and privacy.</li>
|
| 53 |
<li>Features like tabbed browsing make reading webpages easier.</li>
|
| 54 |
<li>Use Live Bookmarks that update themselves automatically with the latest content from the Web.</li>
|
| 55 |
<li>Automatic updates and faster browsing.</li>
|
| 56 |
<li>It's easy to import your favorites and settings.</li>
|
| 57 |
</ul>
|
| 58 |
|
| 59 |
Click the button on the right to download Firefox. <strong>It's free.</strong>
|
| 60 |
<br /><br />
|
| 61 |
<a href="javascript:iedestroyer_ContinueWithoutFF();">Continue without Firefox >></a>
|
| 62 |
|
| 63 |
<br /><br />
|
| 64 |
|
| 65 |
</div></div></div>
|
| 66 |
EOT;
|
| 67 |
}
|
| 68 |
|
| 69 |
|
| 70 |
function _iedestroyer_default_level3() {
|
| 71 |
|
| 72 |
return <<<EOT
|
| 73 |
<div id="iedestroyer_level3" style="display: none;">
|
| 74 |
|
| 75 |
<br /><br />
|
| 76 |
|
| 77 |
<div style="padding: 20px; background-color: #ffffbb; font-family: arial; font-size: 15px; font-weight: normal; color: #111111; line-height: 17px;">
|
| 78 |
|
| 79 |
<div style="width: 630px; margin: 0 auto 0 auto; text-align: left">
|
| 80 |
<div style="padding-left: 10px; padding-top: 0px; float: right;">
|
| 81 |
|
| 82 |
[adsense_button]
|
| 83 |
|
| 84 |
</div>
|
| 85 |
|
| 86 |
<strong>We see you're using Internet Explorer, which is not compatible with this site. We strongly suggest downloading Firefox. We think you'll like it better:</strong>
|
| 87 |
<ul>
|
| 88 |
<li>Firefox protects you from viruses, spyware, and pop-ups.</li>
|
| 89 |
<li>Enjoy improvements to performance, ease of use, and privacy.</li>
|
| 90 |
<li>Features like tabbed browsing make reading webpages easier.</li>
|
| 91 |
<li>Use Live Bookmarks that update themselves automatically with the latest content from the Web.</li>
|
| 92 |
<li>Automatic updates and faster browsing.</li>
|
| 93 |
<li>It keeps Microsoft from controlling the future of the internet.</li>
|
| 94 |
<li>It's easy to import your favorites and settings.</li>
|
| 95 |
</ul>
|
| 96 |
|
| 97 |
Click the button on the right to download Firefox. <strong>It's free.</strong>
|
| 98 |
|
| 99 |
</div></div></div>
|
| 100 |
EOT;
|
| 101 |
}
|
| 102 |
|
| 103 |
function _iedestroyer_default_firefoxbutton() {
|
| 104 |
|
| 105 |
return '<script type="text/javascript"><!--
|
| 106 |
google_ad_client = "pub-1105343943158891";
|
| 107 |
google_ad_width = 125;
|
| 108 |
google_ad_height = 125;
|
| 109 |
google_ad_format = "125x125_as_rimg";
|
| 110 |
google_cpa_choice = "CAAQ_f-XhAIaCDgvi727fxoIKK2293M";
|
| 111 |
//--></script>
|
| 112 |
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
|
| 113 |
</script>';
|
| 114 |
}
|