1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <head>
  5. <title>RTÉ Ireland's National Television and Radio Broadcaster</title>
  6. <meta http-equiv="content-Type" content="text/html; charset=iso-8859-15" />
  7. <meta name="Description" content="RTÉ news brings you the latest Irish news, world news, international news and up to the minute reports on breaking Irish news stories and news from around the world. Watch and listen to Irish news stories on our video and audio streams." />
  8. <meta name="Keywords" content="irish news breaking news international news current affairs rte television news rte radio news Ireland video audio broadcaster irish " />
  9. <link rel="stylesheet" href="/live/style/style_live.css" />
  10. <script type="text/javascript" src="/script/common.js"></script>
  11.  
  12. <script type="text/javascript" src="/live/script/script.js"></script>
  13. <script src="/script/mootools1.2.3.js" type="text/javascript"></script>
  14. <script src="/script/mootools1.2.3.1-more.js" type="text/javascript"></script>
  15. <script src="/script/playerCore2.5.5.js" type="text/javascript"></script>
  16. <script src="/script/player2.5.4.js" type="text/javascript"></script>
  17.  
  18.  
  19. <script type="text/javascript">
  20. adPath = "/ads/video/live.inc";
  21. var player;
  22. var currentClip = "";
  23. var tab="live";
  24. var onPlayer="live";
  25.  
  26. window.addEvent('domready', function() {
  27. player = new Player("player", {videoWidth:512, flashControls :{flashControls_setColor:1}, autoPlayAll:true, videoHeight:288, playListContainer:'liveContainer', prerollUrl:adPath, autoStartFromURL:false, autoStartFirstClip:false,source:'rte.ie'});
  28.  
  29. var output = $('clipExtraInfo');
  30.  
  31. var url = '/ajaxxml/fla02.xml';
  32. var scheduleUrl = '/ajaxxml/live_player_playlist2_temp.xml';
  33. var newsNowUrl = '/ajaxxml/live_player_playlist_news_flash.xml';
  34. var timer = 30;
  35.  
  36. var periodical, onplayerPeriodical, dummy;
  37. var container = $('liveContainerXMLHolder');
  38. var onPlayerContainer = $('onPlayerHolder');
  39.  
  40. if (document && document.location.search && document.location.search.length > 0) {
  41. var params = location.search.substr(1).split(",");
  42. tab = params[0];
  43. }
  44. Show(tab);
  45.  
  46. container.setStyles({"opacity":"0"});
  47. var request = new Request({
  48. url:url,
  49. method: 'get',
  50. headers: {'If-Modified-Since': 'Sat, 1 Jan 2000 00:00:00 GMT'},
  51. onSuccess: function (responseText) {
  52. container.empty();
  53. container.set('html', responseText);
  54. // $('sw1').setStyles({"background-image":"url(images/tab2_on.gif)"});
  55. container.set('tween',{duration: 500}).tween('opacity', [0,.99]);
  56. }
  57. }).send($time());
  58.  
  59.  
  60. var request2 = new Request({
  61. url:url,
  62. method: 'get',
  63. secure: false,
  64. async: false,
  65. headers: {'If-Modified-Since': 'Sat, 1 Jan 2000 00:00:00 GMT'},
  66. onSuccess: function (responseText) {container.set('html', responseText);}
  67. })
  68.  
  69. setOnPlayer();
  70.  
  71. var refresh = (function() {
  72. var dummy = $random(1000, 9999);
  73. request2.send($time() + dummy );
  74.  
  75. if (currentClip == "")
  76. {
  77. setOnPlayer(1);
  78. }
  79. else if (!$('liveItem' + currentClip))
  80. {
  81. var playerEl = $('player');
  82. playerEl.empty();
  83. new Element("div", {
  84. "id" : "onPlayerHolder",
  85. "html": "<img src='/images/ajax-loader.gif' style='width: 16px height:16px; margin: 150px 240px; border: 0px;' />"
  86. }).inject(playerEl);
  87. onPlayerContainer = $('onPlayerHolder');
  88. $('playDirect').setStyles({
  89. "opacity" : "0",
  90. "visibility" : "hidden"
  91. });
  92. currentClip = "";
  93. setOnPlayer();
  94. }
  95.  
  96. });
  97.  
  98.  
  99. $clear(periodical);
  100.  
  101. periodical = refresh.periodical(timer * 1000, this);
  102.  
  103. var scheduleContainer = $('scheduleContainer');
  104. var schedule = new Request({
  105. url:scheduleUrl,
  106. method: 'get',
  107. onSuccess: function (responseText) {scheduleContainer.set('html', responseText);}
  108. }).send($time());
  109.  
  110. var newsNowContainer = $('newsNowContainer');
  111. var newsnow = new Request({
  112. url:newsNowUrl,
  113. method: 'get',
  114. onSuccess: function (responseText) {newsNowContainer.set('html', responseText);}
  115. }).send($time());
  116.  
  117. });
  118. </script>
  119. <script type="text/javascript">
  120. function Show(i)
  121. {
  122. var el1 = $('liveContainer');
  123. var el2 = $('scheduleContainer');
  124. var el3 = $('newsNowContainer');
  125.  
  126. var swl1 = $('sw1');
  127. var swl2 = $('sw2');
  128. var swl3 = $('sw3');
  129.  
  130.  
  131. if(swl1 && swl2 && swl3 && el1 && el2 && el3)
  132. {
  133. if(i == "schedule")
  134. {
  135. swl1.setStyles({"background-image":"url(images/tab2_off.gif)"});
  136. swl2.setStyles({"background-image":"url(images/tab2_on.gif)"});
  137. swl3.setStyles({"background-image":"url(images/tab2_off.gif)"});
  138. el1.setStyles({"display":"none"});
  139. el2.setStyles({"display":"block"});
  140. el3.setStyles({"display":"none"});
  141. tab = "schedule";
  142. }
  143. else if(i == "news")
  144. {
  145. swl1.setStyles({"background-image":"url(images/tab2_off.gif)"});
  146. swl2.setStyles({"background-image":"url(images/tab2_off.gif)"});
  147. swl3.setStyles({"background-image":"url(images/tab2_on.gif)"});
  148. el1.setStyles({"display":"none"});
  149. el2.setStyles({"display":"none"});
  150. el3.setStyles({"display":"block"});
  151. tab = "news";
  152. if (currentClip == "" && onPlayer != tab) {setOnPlayer();}
  153. }
  154. else
  155. {
  156. swl1.setStyles({"background-image":"url(images/tab2_on.gif)"});
  157. swl2.setStyles({"background-image":"url(images/tab2_off.gif)"});
  158. swl3.setStyles({"background-image":"url(images/tab2_off.gif)"});
  159. el1.setStyles({"display":"block"});
  160. el2.setStyles({"display":"none"});
  161. el3.setStyles({"display":"none"});
  162. tab = "live";
  163. if (currentClip == "" && onPlayer != tab) {setOnPlayer();}
  164. }
  165. // urchinTracker('/siteevents/live/tab/'+tab);
  166. }
  167. }
  168. function setCurrentClip (clip) {
  169. currentClip = clip;
  170. }
  171.  
  172. function setOnPlayer (num) {
  173. var onPlayerUrl = '/ajaxxml/live_onplayer_module_flash.xml';
  174. var onPlayerNewsUrl = '/ajaxxml/live_onplayer_module_news_flash.xml';
  175. var onPlayerContainer = $('onPlayerHolder');
  176.  
  177. if (tab == 'live' || tab == 'news') onPlayer = tab;
  178.  
  179. if (num != 1){
  180. onPlayerContainer.setStyles({"opacity":"0"});
  181. var onPlayerRequest = new Request({
  182. url: (onPlayer == 'news' ? onPlayerNewsUrl : onPlayerUrl),
  183. method: 'get',
  184. headers: {'If-Modified-Since': 'Sat, 1 Jan 2000 00:00:00 GMT'},
  185. onSuccess: function (responseText) {
  186. if ($('onPlayerHolder')) {
  187. onPlayerContainer.empty();
  188. onPlayerContainer.set('html', responseText);
  189. onPlayerContainer.set('tween',{duration: 500}).tween('opacity', [0,.99]);
  190. }
  191. }
  192. }).send($time());
  193. }
  194. else {
  195. var onPlayerRequest2 = new Request({
  196. url:(onPlayer == 'news' ? onPlayerNewsUrl : onPlayerUrl),
  197. method: 'get',
  198. secure: false,
  199. async: false,
  200. headers: {'If-Modified-Since': 'Sat, 1 Jan 2000 00:00:00 GMT'},
  201. onSuccess: function (responseText) {if ($('onPlayerHolder')) {onPlayerContainer.set('html', responseText);}}
  202. }).send($time());
  203. }
  204.  
  205. }
  206. </script>
  207. <style>
  208. #playDirect {
  209. margin: 0px 10px;
  210. }
  211. </style>
  212. </head>
  213.  
  214. <body>
  215.  
  216. <div class="wrapperGrey">
  217. <div id="globalNav">
  218. <div id="globalLogoPlaceholder">
  219. <div id="globalSmallNav">
  220. <p><a href="http://m.rte.ie/">Mobile Edition</a></p>
  221. <p><a href="/extra/">RT&Eacute; Extra</a></p>
  222. <p><a href="/az.html">A-Z</a></p>
  223. </div>
  224. </div>
  225. <div id="globalMenuPlaceholder">
  226. <ul id="globalMenu">
  227. <li class="noborder">
  228. <a href="/">RTE.ie</a>
  229. </li>
  230. <li>
  231. <a href="/news/index.html">News</a>
  232. </li>
  233. <li>
  234. <a href="/sport/index.html">Sport</a>
  235. </li>
  236. <li>
  237. <a href="/business/index.html">Business</a>
  238. </li>
  239. <li>
  240. <a href="/ten/index.html">Entertainment</a>
  241. </li>
  242. <li>
  243. <a href="/tv/index.html">Television</a>
  244. </li>
  245. <li>
  246. <a href="/radio/index.html">Radio</a>
  247. </li>
  248. <li>
  249. <a href="/aertel/">RT&Eacute; Aertel</a>
  250. </li>
  251. <li>
  252. <a href="/performinggroups/index.html">Performing Groups</a>
  253. </li>
  254. <li>
  255. <a href="/trte/index.htm">TRT&Eacute;</a> - <a href="/rtejr/index.html">RT&Eacute;jr</a>
  256. </li>
  257. <li>
  258. <a href="/ten/guide.html">RT&Eacute; Guide</a>
  259. </li>
  260. <li>
  261. <a href="/about/">About RT&Eacute;</a>
  262. </li>
  263. </ul>
  264. </div>
  265. <div id="globalSecondaryMenu">
  266. <ul id="secondaryMenu">
  267. <li>
  268. <a href="http://m.rte.ie/">Mobile Edition</a>
  269. </li>
  270. <li>
  271. <a href="/fashion/index.html">Fashion</a>
  272. </li>
  273. <li>
  274. <a href="/food/index.html">Food</a>
  275. </li>
  276. <li>
  277. <a href="/dating/">Dating</a>
  278. </li>
  279. <li>
  280. <a href="/motors/index.html">Motors</a>
  281. </li>
  282. <li>
  283. <a href="/jobs/index.html">Jobs</a>
  284. </li>
  285. <li>
  286. <a href="/travel/index.html">Travel</a>
  287. </li>
  288. <li>
  289. <a href="/property/index.html">Property</a>
  290. </li>
  291. <li>
  292. <a href="http://rte.buyandsell.ie/">Classifieds</a>
  293. </li>
  294.  
  295. <li>
  296. <a href="/shop/">Shop</a>
  297. </li>
  298. <li>
  299. <a href="/weather/">Weather</a>
  300. </li>
  301. <li>
  302. <a href="/live/">Live TV</a>
  303. </li>
  304. <li class="noborder">
  305. <a href="/player/">RT&Eacute; player</a>
  306. </li>
  307.  
  308.  
  309. </ul>
  310. </div>
  311.  
  312. <div id="searchBar">
  313.  
  314. <!-- begin goldenpages.ie search box -->
  315. <div id="search-box-goldenpages">
  316. <form name="searchForm" onsubmit="return goldenPagesClick();" action="">
  317. <table cellpadding="0" cellspacing="0" border="0">
  318. <tr>
  319. <td>
  320. <img src="/images/search_goldenpages_logo.gif" id="search-goldenpages-logo" alt="Golden Pages"/>
  321. </td>
  322. <td>
  323. <input type="text" name="term" size="20" id="goldenpages-search-textinput1" value="What are you looking for?" onblur="if(this.value==''){this.value='What are you looking for?';this.style.color='#888';}else{this.style.color='#000';}" onfocus="if(this.value=='What are you looking for?')this.value='';javascript:this.style.color='#000';" />
  324. </td>
  325. <td>
  326. <input type="text" name="location" size="20" id="goldenpages-search-textinput2" value="Where?" onblur="if(this.value==''){this.value='Where?';this.style.color='#888';}else{this.style.color='#000';}" onfocus="if(this.value=='Where?')this.value='';javascript:this.style.color='#000';" />
  327. </td>
  328. <td>
  329. <input src="/images/search_goldenpages_find.gif" alt="Search" onmouseover="this.src='/images/search_goldenpages_find_hover.gif'" onmouseout="this.src='/images/search_goldenpages_find.gif'" type="image" class="button-search" id="goldenpages-search-submit"/>
  330. </td>
  331. </tr>
  332. </table>
  333. </form>
  334. </div>
  335. <!-- end goldenpages.ie search box -->
  336.  
  337. <!-- begin google search box -->
  338. <div id="search-box-google">
  339. <form onsubmit="googleSearch();return false;" action="" accept-charset="UTF-8">
  340. <table cellpadding="0" cellspacing="0" border="0">
  341. <tr>
  342. <td>
  343. <img src="/images/google_search_small.gif" id="google-search-logo" alt="Google" />
  344. </td>
  345. <td>
  346. <input id="google-search-searchterm" type="text" />
  347. </td>
  348. <td>
  349. <select name="select" id="google-search-searchtype">
  350. <option value="Web" selected="selected">Web</option>
  351. <option value="RTE.ie">RT&Eacute;.ie</option>
  352. </select>
  353. </td>
  354. <td>
  355. <input type="button" class="button-search" onclick="googleSearch()" value="Search" />
  356. </td>
  357. </tr>
  358. </table>
  359. </form>
  360. </div>
  361. <!-- end google search box -->
  362.  
  363.  
  364. </div>
  365. </div>
  366.  
  367. <div id="content">
  368. <div class="section">
  369. <div class="playerPlaceholder">
  370. <h3 class="gradHeader">Live</h3>
  371. <div class="playerContainer" id="player">
  372. <div id="onPlayerHolder">
  373. <img src="/images/ajax-loader.gif" style="width: 16px height:16px; margin: 150px 240px; border: 0px;" />
  374. </div>
  375. <!-- include virtual="/live/inc/onplayer_module.inc"-->
  376. </div>
  377. <div id="clipExtraInfo">
  378. &nbsp;</div>
  379. </div>
  380. <div id="playList">
  381. <div class="buttonHeader">
  382. <ul class="switch2">
  383. <li><a href="javascript:Show('live')" id="sw1">Live</a> </li>
  384. <li><a href="javascript:Show('news')" id="sw3">News Now</a></li>
  385. <li><a href="javascript:Show('schedule')" id="sw2">Schedule</a></li>
  386. </ul>
  387. </div>
  388. <div id="liveContainer">
  389. <div id="liveContainerXMLHolder">
  390. <img src="/images/ajax-loader.gif" style="width: 16px; height:16px; margin: 150px 144px" alt="loading" />
  391. </div>
  392. </div>
  393. <div id="scheduleContainer" style="">
  394. <img src="/images/ajax-loader.gif" style="width: 16px; height:16px; margin: 150px 144px" alt="loading" />
  395. </div>
  396. <div id="newsNowContainer" style="">
  397. <img src="/images/ajax-loader.gif" style="width: 16px; height:16px; margin: 150px 144px" alt="loading" />
  398. </div>
  399. <ul class="menlinkList" style="float: left; width: 45%; margin-top: 8px;">
  400. <li>
  401. <a href="/news/info/webcastschedule.html">News Schedule</a>
  402. </li>
  403. <li>
  404. <a href="/sport/webcastschedule.html">Sport Schedule</a>
  405. </li>
  406. </ul>
  407. <ul class="menlinkList" style="float: right; width: 45%; margin-top: 8px; clear: none">
  408. <li><a href="/info/liveplayerfaq.html">Live player FAQ</a> </li>
  409. <li>All Times: GMT</li>
  410. </ul>
  411. </div>
  412. </div>
  413. <div class="section">
  414. <h3 class="gradHeader">Programme Highlights</h3>
  415. <div class="highlightsHolder">
  416. <div class="highlight" style="background-color:#36647C;margin:0px 1px 1px 0px;">
  417. <a href="http://www.rte.ie/news/thefrontline/">
  418. <img src="http://dynimg.rte.ie/000299a0080.jpg" alt="" />
  419. </a>
  420. <h2>
  421. <a href="http://www.rte.ie/news/thefrontline/">The Frontline</a>
  422. </h2>
  423. <p><p>Do you want audience tickets for Pat Kenny's live current affairs show on RTÉ One Television?</p></p>
  424. </div>
  425. <div class="highlight" style="background-color:#0D4A69;margin:0px 0px 1px 0px;">
  426. <a href="http://www.rte.ie/player">
  427. <img src="http://dynimg.rte.ie/00027231080.jpg" alt="" />
  428. </a>
  429. <h2>
  430. <a href="http://www.rte.ie/player">RTÉ Player</a>
  431. </h2>
  432. <p><p>See what you're missing - catch up on all your favourite programmes</p></p>
  433. </div>
  434. <div class="highlight" style="background-color:#0D4A69;margin:0px 1px 0px 0px;">
  435. <a href="javascript:showMediaPlayer('/sport/gaa/championship/mediaplayer.html?features')">
  436. <img src="http://dynimg.rte.ie/00017f2e080.jpg" alt="" />
  437. </a>
  438. <h2>
  439. <a href="javascript:showMediaPlayer('/sport/gaa/championship/mediaplayer.html?features')">GAA Media Player</a>
  440. </h2>
  441. <p><p>The latest GAA news, views, opinions and interviews from RTÉ TV and Radio Sport.</p></p>
  442. </div>
  443. <div class="highlight" style="background-color:#36647C;">
  444. <a href="http://www.rte.ie/tv/theview/">
  445. <img src="http://dynimg.rte.ie/0002b418080.jpg" alt="" />
  446. </a>
  447. <h2>
  448. <a href="http://www.rte.ie/tv/theview/">The View</a>
  449. </h2>
  450. <p><p>Hosted by John Kelly every Tuesday night on RTÉ One, The View casts an eye over new events in entertainment and the arts.</p></p>
  451. </div>
  452. </div></div>
  453. <div class="section">
  454. <h3 class="gradHeader_live">Available Programmes</h3>
  455. <table width="859" border="0" cellpadding="5" cellspacing="0" bgcolor="#1e1717">
  456. <tr>
  457. <td valign="top" width="25%">
  458. <ul class="menlinkList">
  459. <li class="titleprog"><a href="/news/">News</a></li>
  460. <li><a href="/news/1news/">One News</a></li>
  461. <li><a href="/news/6news/">Six One News</a></li>
  462. <li><a href="/news/9news/">Nine News</a></li>
  463. <li><a href="/news/primetime/">Prime Time </a></li>
  464. <li><a href="/news/qanda/">Questions &amp; Answers</a></li>
  465. <li><a href="/news/weekinpolitics/">The Week In Politics</a></li>
  466. <li><a href="/news/nationwide/">Nationwide</a></li>
  467. <li><a href="/news/pobal/">Pobal</a></li>
  468. <li><a href="/news/capitald/">Capital D </a></li>
  469. <li><a href="/news/onetoone/">One To One</a></li>
  470. <li><a href="/news/oireachtasreport/">Oireachtas Report</a></li>
  471. </ul>
  472. </td>
  473. <td valign="top" width="25%">
  474. <ul class="menlinkList">
  475. <li><a href="javascript:showPlayer('/news/nuacht/nuacht_av.html')">Nuacht</a></li>
  476. <li class="titleprog"><a href="/sport/">Sport</a></li>
  477. <li><a href="/tv/againstthehead/">Against The Head</a></li>
  478. <li><a href="/sport/soccer/mns//">MNS</a></li>
  479. <li><a href="/tv/obsport/">OB Sport</a></li>
  480. <!--<li><a href="/tv/hookandpope/">The Hook and Pope Roadshow</a></li>-->
  481. <li><a href="/tv/theroadtocroker/">The Road To Croker</a></li>
  482. <li><a href="/sport/gaa/championship/thesundaygame.html">The Sunday Game</a></li>
  483. <li class="titleprog"><a href="/tv/">Television</a></li>
  484. <li><a href="/tv/handson/">Hands On</a></li>
  485. <li><a href="/tv/howlongwillyoulive/">How Long Will You Live?</a></li>
  486. <li><a href="/tv/howlowcanyougo/">How Low Can You Go?</a></li>
  487. <li><a href="/tv/langerlandtv/">Langerland.TV</a></li>
  488. </ul>
  489. </td>
  490. <td valign="top" width="25%">
  491. <ul class="menlinkList">
  492. <li><a href="/tv/latelate/">The Late Late Show</a></li>
  493. <li><a href="/tv/leargas/">L&eacute;argas</a></li>
  494. <li><a href="/travel/nofrontiers/">No Frontiers</a></li>
  495. <li><a href="/tv/noplacelikehome/">No Place Like Home</a></li>
  496. <li><a href="/tv/offtherails/">Off The Rails</a></li>
  497. <li><a href="/tv/oilean/">Oiléan</a></li>
  498. <li><a href="/tv/othervoices/">Other Voices</a></li>
  499. <li><a href="/tv/thepanel/">The Panel</a></li>
  500. <li><a href="/tv/thepodgeandrodgeshow/">The Podge and Rodge Show</a></li>
  501. <li><a href="/tv/raw/">Raw</a></li>
  502. <li><a href="/rose/">Rose of Tralee</a></li>
  503. <li><a href="/tv/showhouse/">Showhouse</a></li>
  504. </ul>
  505. </td>
  506. <td valign="top" width="25%">
  507. <ul class="menlinkList">
  508. <li><a href="/tv/taoiseach/">So You Want To Be Taoiseach?</a></li>
  509. <li><a href="/tv/theview/">The View</a></li>
  510. <li><a href="/tv/trishdeseine/">Trish's Paris Kitchen</a></li>
  511. <li><a href="/tv/tubridytonight/">Tubridy Tonight</a></li>
  512. <li><a href="/tv/thereallyusefulguide/">The Really Useful Guide</a></li>
  513. <li class="titleprog"><a href="/tv/theden/">The DEN / TTV</a></li>
  514. <li><a href="/tv/dentots/">Den Tots</a></li>
  515. <li><a href="/tv/theden/thedenindex.html">The Den</a></li>
  516. <li><a href="/tv/theden/ddn/">Dustin's Daily News</a></li>
  517. <li><a href="/tv/ttv/craprap/">Crap Rap</a></li>
  518. <li><a href="/tv/ttv/thecafe/">The Cafe</a></li>
  519.  
  520. </ul>
  521. </td>
  522. </tr>
  523. </table></div>
  524. </div>
  525. <div id="footer" style="display:block" >
  526. <div id="footerLeft">
  527. <p><strong>&copy; RT&Eacute; 2010</strong></p>
  528. <p>RTÉ Commercial Enterprises Limited, Registered in Dublin, Registration Number:155076. <br />
  529. Registered Office: Donnybrook, Dublin 4, Ireland. </p>
  530. <p style="margin-top:0.6em"><a href="/about/organisation/terms.html">Terms &amp; Conditions</a> - <a href="/about/privacy.html">RT&Eacute; Privacy Statement</a> - <a href="/about/policies.html#dataprotection">Data Protection Policy</a> - <a href="/about/licence.html">TV Licence</a> - <a href="/about/contact.html">Contact Us</a>
  531. <br />Wire services provided by Reuters, APTN and PA - Sports photos provided by <a href="http://www.inpho.ie" target="_blank">www.inpho.ie</a>
  532. </p>
  533. <p>RTÉ is not responsible for the content of external internet sites
  534. </p>
  535. </div><div id="footerRight"></div>
  536. </div>
  537. </div>
  538. <div id="topBanner">
  539.  
  540.  
  541. <!-- begin ad tag (tile=1) -->
  542. <script language="JavaScript" type="text/javascript">
  543. ord=Math.random()*10000000000000000;
  544. document.write('<scr' + 'ipt language="JavaScript" src="http://ad.ie.doubleclick.net/adj/rte_home.ie/;kw=banner1home;ford=bannerhome;tile=1;sz=468x60;ord=' + ord + '?" type="text/javascript"></scr' + 'ipt>');
  545. </script><noscript><a href="http://ad.ie.doubleclick.net/jump/rte_home.ie/;kw=banner1home;ford=bannerhome;tile=1;sz=468x60;ord=123456789?" target="_blank"><img src="http://ad.ie.doubleclick.net/ad/rte_home.ie/;kw=banner1home;ford=bannerhome;tile=1;sz=468x60;ord=123456789?" width="468" height="60" border="0" alt=""></a></noscript>
  546.  
  547. <!-- End ad tag -->
  548.  
  549.  
  550. </div>
  551.  
  552. <div id="towerBanner">
  553.  
  554. <!-- begin ad tag (tile=2) -->
  555. <script language="JavaScript" type="text/javascript">
  556. //<![CDATA[
  557. document.write('<scr' + 'ipt language="JavaScript" src="http://ad.ie.doubleclick.net/adj/rte_home.ie/;kw=sky1home;ford=bannerhome;tile=2;sz=120x600;ord=' + ord + '?" type="text/javascript"></scr' + 'ipt>');
  558. //]]>
  559. </script><noscript><a href="http://ad.ie.doubleclick.net/jump/rte_home.ie/;kw=sky1home;ford=bannerhome;tile=2;sz=120x600;ord=123456789?" target="_blank"><img src="http://ad.ie.doubleclick.net/ad/rte_home.ie/;kw=sky1home;ford=bannerhome;tile=2;sz=120x600;ord=123456789?" width="120" height="600" border="0" alt=""/></a></noscript>
  560. <!-- End ad tag -->
  561.  
  562.  
  563. </div>
  564.  
  565.  
  566. <!-- Begin Urchin Tag -->
  567. <script src='/urchin.js' type='text/javascript'></script>
  568. <script type='text/javascript'>_udn=".rte.ie"; _uhash=0; _userv=0; _ulink=1; _userv=0; urchinTracker();</script>
  569. <!-- End Urchin Tag -->
  570. <!-- Start Blue Metrix Tag -->
  571. <script type="text/javascript">/*<![CDATA[*/
  572. document.write(unescape('%3C')+'script src="'+location.protocol+'//t.bmmetrix.com/ie/rte_ie/bmv13.js" type="text/javascript"'+unescape('%3E%3C')+'/script'+unescape('%3E'));
  573. //]]>
  574. </script>
  575. <script type="text/javascript">/*<![CDATA[*/
  576. getBMqs('', '', '', 'rte_ie', 'ie', 'UTF-8', []);
  577. //]]>
  578. </script>
  579. <noscript><img src="https://ie-stat.bmmetrix.com/V13a****rte_ie/ie/UTF-8//" alt="" /></noscript>
  580. <!-- End Blue Metrix Tag -->
  581. <!-- Begin comScore Tag -->
  582. <script type="text/javascript">//<![CDATA[
  583. document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js' %3E%3C/script%3E"));
  584. //]]>
  585. </script>
  586. <script type="text/javascript">//<![CDATA[
  587. var comScoreUrl = document.location.host + document.location.pathname; COMSCORE.beacon({c1:2, c2:"6422572", c3:"RTE", c4:comScoreUrl, c5:"index", c6:"", c15:""});
  588. //]]>
  589. </script>
  590. <noscript><img src="http://b.scorecardresearch.com/b?c1=2&amp;c2=6422572&amp;c3=RTE&amp;c4=www.rte.ie&amp;c5=&amp;c6=&amp;c15=&amp;cv=1.3&amp;cj=1" style="display:none" width="0" height="0" alt="" /></noscript>
  591. <!-- End comScore Tag -->
  592. </body>
  593.  
  594. </html>
  595.