








function CSSStyleSheet(){this.rules=[];this.ruleIndex=[];if(document.createStyleSheet){this.sheet=document.createStyleSheet();}else{this.styleElement=document.createElement("style");document.getElementsByTagName("head")[0].appendChild(this.styleElement);this.sheet=this.styleElement.styleSheet?this.styleElement.styleSheet:this.styleElement.sheet;}}

CSSStyleSheet.prototype.addRule=function(selectorText,ruleText){var result;if(!this.sheet){ruleText=ruleText.replace(/^\{?([^\}])/,"$1");if(!this.ruleIndex[selectorText])this.ruleIndex[selectorText]=this.rules.length;this.rules[this.ruleIndex[selectorText]]=ruleText;var cssText="";for(var sel in this.ruleIndex)cssText=sel+" {"+this.rules[this.ruleIndex[sel]]+"}";this.styleElement.innerHTML=cssText;}else if(this.sheet.addRule){ruleText=ruleText.replace(/^\{?([^\}])/,"$1");var r=this.sheet.rules.length;this.sheet.addRule(selectorText,ruleText);result=this.sheet.rules[r];this.ruleIndex[selectorText]=r;if(this.rules.length==0){this.rules=this.sheet.rules;}}else if(this.sheet.insertRule){if(!/^\{[^\}]*\}$/.test(ruleText))ruleText="{"+ruleText+"}";var r=this.sheet.cssRules.length;this.sheet.insertRule(selectorText+" "+ruleText,r);result=this.sheet.cssRules[r];this.ruleIndex[selectorText]=r;if(this.rules.length==0){this.rules=this.sheet.cssRules;}}else{alert("Cannot create rule");}return result;}

CSSStyleSheet.prototype.changeRule=function(selectorText,property,value){var index=this.ruleIndex[selectorText];if(typeof index=="undefined"){this.addRule(selectorText,property+":"+value);}if(!this.sheet){var cssText=this.rules[index];if(cssText){var propSearch=new RegExp("^(.*"+property+"\\s*\:\\s*)([^;]*)(.*)$");var ruleText=propSearch.exec(cssText);if(ruleText){if(ruleText[4]!=value){this.rules[index]=ruleText[1]+value+ruleText[3];}}else{this.rules[index]=cssText+"; "+property+": "+value+";";}cssText="";for(var sel in this.ruleIndex)cssText=sel+" {"+this.rules[this.ruleIndex[sel]]+"}";this.styleElement.innerHTML=cssText;}var cssText="";for(var sel in this.ruleIndex)cssText=sel+" {"+this.rules[this.ruleIndex[sel]]+"}";}else if(this.rules[index].style){var m=/^([^-]*)-([a-z])(.*)$/.exec(property);while(m){property=m[1]+m[2].toUpperCase()+m[3];m=/^([^-]*)-([a-z])(.*)$/.exec(property);}this.rules[index].style[property]=value;}else if(this.sheet.insertRule){var oldRule=this.rules[index];if(oldRule){var cssText=oldRule.cssText;var propSearch=new RegExp("^[^\\{]*(\\{.*"+property+"\\s*\\:\\s*)([^};]*)([^}]*})");var ruleText=propSearch.exec(cssText);if(ruleText){if(ruleText[4]!=value){cssText=ruleText[1]+value+ruleText[3];this.sheet.deleteRule(index);this.sheet.insertRule(selectorText+" "+cssText,index);}}else{var propSearch=new RegExp("\\{([^}]*)}");ruleText=propSearch.exec(cssText);cssText="{ "+ruleText[1]+"; "+property+": "+value+" }";this.sheet.deleteRule(index);this.sheet.insertRule(selectorText+" "+cssText,index);}}}}

CSSStyleSheet.prototype.getRuleProperty=function(selectorText,property){var index=this.ruleIndex[selectorText];if(typeof index=="undefined"){return;}if(!this.sheet){var cssText=this.rules[index];if(cssText){var propSearch=new RegExp("^.*"+property+"\s*\:\s*([^;]*)");var ruleText=propSearch.exec(cssText);if(ruleText){return ruleText[1];}}}else if(this.rules[index].style){var m=/^([^-]*)-([a-z])(.*)$/.exec(property);while(m){property=m[1]+m[2].toUpperCase()+m[3];m=/^([^-]*)-([a-z])(.*)$/.exec(property);}var style=this.rules[index].style;return style[property];}else if(this.sheet.insertRule){var oldRule=this.rules[index];if(oldRule){cssText=oldRule.cssText;var propSearch=new RegExp("^.*"+property+"\\s*\\:\\s*([^};]*)");var ruleText=propSearch.exec(cssText);if(ruleText){return ruleText[1];}}}}

var sheet = new CSSStyleSheet();

function URLEncode(clearString){var output='';var x=0;clearString=clearString.toString();var regex=/(^[a-zA-Z0-9_.]*)/;while(x<clearString.length){var match=regex.exec(clearString.substr(x));if(match!=null&&match.length>1&&match[1]!=''){output+=match[1];x+=match[1].length;}else{if(clearString[x]==' ')output+='+';else{var charCode=clearString.charCodeAt(x);var hexVal=charCode.toString(16);output+='%'+(hexVal.length<2?'0':'')+hexVal.toUpperCase();}x++;}}return output;}

function openArticle(url,localArticle) {
	if (url.match("^http://"+location.hostname)=="http://"+location.hostname) {
		location.href=url;
	} else {
		if (localArticle=="true") {	
			location.href='http://www.rsscockpit.com/tracker.jsp?code=2CrD1rtG1ADjnmrh92PhLbrfNRGF0L7spnbrGpCNV7ZDgXoqww&url='+URLEncode(url);
		} else {
			window.open('http://www.rsscockpit.com/tracker.jsp?code=2CrD1rtG1ADjnmrh92PhLbrfNRGF0L7spnbrGpCNV7ZDgXoqww&url='+URLEncode(url));
		}
	}
}
sheet.addRule(".rss_cockpit_item33b0f362ac2b3c150a1848ceabbb7a64", "font-family: Arial;font-size: 15px;font-style: normal; font-weight: bold;padding-bottom:7px; padding-right:5px; padding-left:5px;");
sheet.addRule("ul.rss_cockpit_items33b0f362ac2b3c150a1848ceabbb7a64", "list-style-type: disc; padding-left:22px;");
sheet.addRule(".rss_cockpit_date33b0f362ac2b3c150a1848ceabbb7a64", "color: #aaa;font-size: 11px;font-style: normal; font-weight: normal;");
sheet.addRule(".rss_cockpit_source33b0f362ac2b3c150a1848ceabbb7a64", "font-size: 11px;font-style: normal; font-weight: normal;");
sheet.addRule(".rss_cockpit_item_title33b0f362ac2b3c150a1848ceabbb7a64", "font-family: Arial;font-size: 15px;font-style: normal; font-weight: bold;");
sheet.addRule(".rss_cockpit_item_title_br33b0f362ac2b3c150a1848ceabbb7a64", "margin:4px");
sheet.addRule(".rss_cockpit_item_title33b0f362ac2b3c150a1848ceabbb7a64 a:link", "text-decoration : none; margin-left:0px;border-bottom: 1px solid #000; color: #000;");
sheet.addRule(".rss_cockpit_item_title33b0f362ac2b3c150a1848ceabbb7a64 a:visited", "text-decoration : none; margin-left:0px;border-bottom: 1px solid #000; color: #000;");
sheet.addRule(".rss_cockpit_item_title33b0f362ac2b3c150a1848ceabbb7a64 a:active", "text-decoration : none; margin-left:0px;border-bottom: 1px solid #000; color: #000;");
sheet.addRule(".rss_cockpit_item_title33b0f362ac2b3c150a1848ceabbb7a64 a:hover", "text-decoration : none;	margin-left:0px;color: #000;	border-bottom: 1px dotted #;");
sheet.addRule(".rss_cockpit_box33b0f362ac2b3c150a1848ceabbb7a64", "text-align: left; border-width: 0px;  border-style: solid; padding:0px;margin:0 0;width: px;");
sheet.addRule(".rss_cockpit_title33b0f362ac2b3c150a1848ceabbb7a64", "font-family: Arial;font-size: 18px;font-style: normal; font-weight: bold; padding:5px;margin-bottom:7px ;  letter-spacing: 1px;");
sheet.addRule(".rss_cockpit_descr33b0f362ac2b3c150a1848ceabbb7a64", "font-size: 11px;font-style: normal; font-weight: normal;");

document.write('<div class="rss_cockpit_box33b0f362ac2b3c150a1848ceabbb7a64">');
document.write('<div class="rss_cockpit_title33b0f362ac2b3c150a1848ceabbb7a64">ReJo Radio Nieuwspagina</div>');
document.write('<div class="rss_cockpit_item33b0f362ac2b3c150a1848ceabbb7a64">');
document.write('');document.write('<span class="rss_cockpit_item_title33b0f362ac2b3c150a1848ceabbb7a64"><a class="rss_cockpit_item_title33b0f362ac2b3c150a1848ceabbb7a64" href="javascript:void(0);" onclick="openArticle(\'http://www.nu.nl/buitenland/2302700/oudste-man-in-tokio-al-dertig-jaar-dood.html\',\'false\');return false;">Oudste man in Tokio al dertig jaar dood</a></span><br class="rss_cockpit_item_title_br33b0f362ac2b3c150a1848ceabbb7a64"/>');
document.write('<span class="rss_cockpit_date33b0f362ac2b3c150a1848ceabbb7a64">29-07-2010 23:59 (Nu.nl)</span><br/>');
document.write('');document.write('<span class="rss_cockpit_descr33b0f362ac2b3c150a1848ceabbb7a64">TOKIO - De man die met 111 jaar geregistreerd stond als de oudste man van Tokio blijkt al dertig jaar dood te zijn. Zijn familie deed mogelijk alsof hij nog ...</span>');
document.write('</div>');
document.write('<div class="rss_cockpit_item33b0f362ac2b3c150a1848ceabbb7a64">');
document.write('');document.write('<span class="rss_cockpit_item_title33b0f362ac2b3c150a1848ceabbb7a64"><a class="rss_cockpit_item_title33b0f362ac2b3c150a1848ceabbb7a64" href="javascript:void(0);" onclick="openArticle(\'http://www.rtl.nl/(/actueel/rtlboulevard/nieuws/articleview/)/components/actueel/rtlboulevard/nieuwsfeed/2010/week30/novum_07_29_2010_1273.xml\',\'false\');return false;">Kanye West is hit op Twitter</a></span><br class="rss_cockpit_item_title_br33b0f362ac2b3c150a1848ceabbb7a64"/>');
document.write('<span class="rss_cockpit_date33b0f362ac2b3c150a1848ceabbb7a64">29-07-2010 23:01 (RTL Boulevard)</span><br/>');
document.write('');document.write('<span class="rss_cockpit_descr33b0f362ac2b3c150a1848ceabbb7a64"></span>');
document.write('</div>');
document.write('<div class="rss_cockpit_item33b0f362ac2b3c150a1848ceabbb7a64">');
document.write('');document.write('<span class="rss_cockpit_item_title33b0f362ac2b3c150a1848ceabbb7a64"><a class="rss_cockpit_item_title33b0f362ac2b3c150a1848ceabbb7a64" href="javascript:void(0);" onclick="openArticle(\'http://www.nu.nl/binnenland/2302688/man-maakt-fatale-val-tijdens-vlucht.html\',\'false\');return false;">Man maakt fatale val tijdens vlucht</a></span><br class="rss_cockpit_item_title_br33b0f362ac2b3c150a1848ceabbb7a64"/>');
document.write('<span class="rss_cockpit_date33b0f362ac2b3c150a1848ceabbb7a64">29-07-2010 23:00 (Nu.nl)</span><br/>');
document.write('');document.write('<span class="rss_cockpit_descr33b0f362ac2b3c150a1848ceabbb7a64">DEN HAAG - Een 42-jarige man is donderdagavond in Den Haag om het leven gekomen doordat hij op de vlucht voor de vreemdelingenpolitie uit een flat viel. Dat ...</span>');
document.write('</div>');
document.write('<div class="rss_cockpit_item33b0f362ac2b3c150a1848ceabbb7a64">');
document.write('');document.write('<span class="rss_cockpit_item_title33b0f362ac2b3c150a1848ceabbb7a64"><a class="rss_cockpit_item_title33b0f362ac2b3c150a1848ceabbb7a64" href="javascript:void(0);" onclick="openArticle(\'http://www.nu.nl/binnenland/2302547/advocaat-vergat-tas-met-dsb-stukken-in-taxi.html\',\'false\');return false;">Advocaat vergat tas met DSB-stukken in taxi</a></span><br class="rss_cockpit_item_title_br33b0f362ac2b3c150a1848ceabbb7a64"/>');
document.write('<span class="rss_cockpit_date33b0f362ac2b3c150a1848ceabbb7a64">29-07-2010 22:58 (Nu.nl)</span><br/>');
document.write('');document.write('<span class="rss_cockpit_descr33b0f362ac2b3c150a1848ceabbb7a64">AMSTERDAM - Een adviseur van De Nederlandsche Bank (DNB) heeft op vrijdagavond 9 oktober een tas met vertrouwelijke stukken over DSB-bank in een taxi laten ...</span>');
document.write('</div>');
document.write('<div class="rss_cockpit_item33b0f362ac2b3c150a1848ceabbb7a64">');
document.write('');document.write('<span class="rss_cockpit_item_title33b0f362ac2b3c150a1848ceabbb7a64"><a class="rss_cockpit_item_title33b0f362ac2b3c150a1848ceabbb7a64" href="javascript:void(0);" onclick="openArticle(\'http://www.fcupdate.nl/voetbalnieuws/152542/liverpool-en-juventus-beginnen-goed/\',\'false\');return false;">Liverpool en Juventus beginnen goed</a></span><br class="rss_cockpit_item_title_br33b0f362ac2b3c150a1848ceabbb7a64"/>');
document.write('<span class="rss_cockpit_date33b0f362ac2b3c150a1848ceabbb7a64">29-07-2010 22:56 (FCUpdate.nl Voetbalnieuws)</span><br/>');
document.write('');document.write('<span class="rss_cockpit_descr33b0f362ac2b3c150a1848ceabbb7a64">Liverpool is al vrijwel zeker door naar de volgende ronde in de Europa League. Dankzij twee doelpunten van David N&acute;Gog werd het debuut van trainer Roy Hodgson ...</span>');
document.write('</div>');
document.write('<div class="rss_cockpit_item33b0f362ac2b3c150a1848ceabbb7a64">');
document.write('');document.write('<span class="rss_cockpit_item_title33b0f362ac2b3c150a1848ceabbb7a64"><a class="rss_cockpit_item_title33b0f362ac2b3c150a1848ceabbb7a64" href="javascript:void(0);" onclick="openArticle(\'http://www.fcupdate.nl/voetbalnieuws/152541/fulham-stelt-hughes-aan-als-nieuwe-trainer/\',\'false\');return false;">Fulham stelt Hughes aan als nieuwe trainer</a></span><br class="rss_cockpit_item_title_br33b0f362ac2b3c150a1848ceabbb7a64"/>');
document.write('<span class="rss_cockpit_date33b0f362ac2b3c150a1848ceabbb7a64">29-07-2010 22:44 (FCUpdate.nl Voetbalnieuws)</span><br/>');
document.write('');document.write('<span class="rss_cockpit_descr33b0f362ac2b3c150a1848ceabbb7a64">Fulham heeft Mark Hughes aangesteld als nieuwe manager. De voormalige bondscoach van Wales tekende een tweejarig contract bij de club uit de Premier League. ...</span>');
document.write('</div>');
document.write('<div class="rss_cockpit_item33b0f362ac2b3c150a1848ceabbb7a64">');
document.write('');document.write('<span class="rss_cockpit_item_title33b0f362ac2b3c150a1848ceabbb7a64"><a class="rss_cockpit_item_title33b0f362ac2b3c150a1848ceabbb7a64" href="javascript:void(0);" onclick="openArticle(\'http://www.fcupdate.nl/voetbalnieuws/152539/vernieuwd-az-doet-goede-zaken-tegen-ifk/\',\'false\');return false;">Vernieuwd AZ doet goede zaken tegen IFK</a></span><br class="rss_cockpit_item_title_br33b0f362ac2b3c150a1848ceabbb7a64"/>');
document.write('<span class="rss_cockpit_date33b0f362ac2b3c150a1848ceabbb7a64">29-07-2010 22:32 (FCUpdate.nl Voetbalnieuws)</span><br/>');
document.write('');document.write('<span class="rss_cockpit_descr33b0f362ac2b3c150a1848ceabbb7a64">Ook met een compleet nieuwe voorhoede lijkt AZ dit seizoen weer een team om rekening mee te houden. Zonder Jeremain Lens, Mounir el Hamdaoui en Moussa Demb&#233;l&#233; ...</span>');
document.write('</div>');
document.write('<div class="rss_cockpit_item33b0f362ac2b3c150a1848ceabbb7a64">');
document.write('');document.write('<span class="rss_cockpit_item_title33b0f362ac2b3c150a1848ceabbb7a64"><a class="rss_cockpit_item_title33b0f362ac2b3c150a1848ceabbb7a64" href="javascript:void(0);" onclick="openArticle(\'http://www.rtl.nl/(/actueel/rtlboulevard/nieuws/articleview/)/components/actueel/rtlboulevard/nieuwsfeed/2010/week30/novum_07_29_2010_1233.xml\',\'false\');return false;">&acute;Nederlandse&acute; dochter Jackson blijft bij verhaal</a></span><br class="rss_cockpit_item_title_br33b0f362ac2b3c150a1848ceabbb7a64"/>');
document.write('<span class="rss_cockpit_date33b0f362ac2b3c150a1848ceabbb7a64">29-07-2010 22:16 (RTL Boulevard)</span><br/>');
document.write('');document.write('<span class="rss_cockpit_descr33b0f362ac2b3c150a1848ceabbb7a64"></span>');
document.write('</div>');
document.write('<div class="rss_cockpit_item33b0f362ac2b3c150a1848ceabbb7a64">');
document.write('');document.write('<span class="rss_cockpit_item_title33b0f362ac2b3c150a1848ceabbb7a64"><a class="rss_cockpit_item_title33b0f362ac2b3c150a1848ceabbb7a64" href="javascript:void(0);" onclick="openArticle(\'http://www.fcupdate.nl/voetbalnieuws/152538/ferguson-hernandez-een-plaag-voor-verdedigers/\',\'false\');return false;">Ferguson: "Hernandez een plaag voor verdedigers"</a></span><br class="rss_cockpit_item_title_br33b0f362ac2b3c150a1848ceabbb7a64"/>');
document.write('<span class="rss_cockpit_date33b0f362ac2b3c150a1848ceabbb7a64">29-07-2010 22:06 (FCUpdate.nl Voetbalnieuws)</span><br/>');
document.write('');document.write('<span class="rss_cockpit_descr33b0f362ac2b3c150a1848ceabbb7a64">Sir Alex Ferguson verwacht bij Manchester United veel van de zomeraankoop Javier Hernandez. De trainer van de Mancunians ziet in de spits vooral vanwege zijn ...</span>');
document.write('</div>');
document.write('<div class="rss_cockpit_item33b0f362ac2b3c150a1848ceabbb7a64">');
document.write('');document.write('<span class="rss_cockpit_item_title33b0f362ac2b3c150a1848ceabbb7a64"><a class="rss_cockpit_item_title33b0f362ac2b3c150a1848ceabbb7a64" href="javascript:void(0);" onclick="openArticle(\'http://www.rtl.nl/(/actueel/rtlboulevard/nieuws/articleview/)/components/actueel/rtlboulevard/nieuwsfeed/2010/week30/novum_07_29_2010_1169.xml\',\'false\');return false;">Voorlopig geen kinderen voor Kim Feenstra</a></span><br class="rss_cockpit_item_title_br33b0f362ac2b3c150a1848ceabbb7a64"/>');
document.write('<span class="rss_cockpit_date33b0f362ac2b3c150a1848ceabbb7a64">29-07-2010 21:36 (RTL Boulevard)</span><br/>');
document.write('');document.write('<span class="rss_cockpit_descr33b0f362ac2b3c150a1848ceabbb7a64"></span>');
document.write('</div>');
document.write('</div>');
