Warning: MagpieRSS: Failed to parse RSS file. (Space required at line 11, column 102) in /home/www/rss.alkante.com/magpierss-0.72/rss_fetch.inc on line 238
Notice: Trying to get property of non-object in /home/www/rss.alkante.com/alk_class/alksynd.class.php on line 319
Notice: Trying to get property of non-object in /home/www/rss.alkante.com/alk_class/alksynd.class.php on line 345
Warning: Invalid argument supplied for foreach() in /home/www/rss.alkante.com/alk_class/alksynd.class.php on line 345
Notice: Trying to get property of non-object in /home/www/rss.alkante.com/alk_class/alksynd.class.php on line 398
Notice: Trying to get property of non-object in /home/www/rss.alkante.com/alk_class/alksynd.class.php on line 191
Notice: Trying to get property of non-object in /home/www/rss.alkante.com/alk_class/alksynd.class.php on line 164
Notice: Trying to get property of non-object in /home/www/rss.alkante.com/alk_class/alksynd.class.php on line 209
Warning: Invalid argument supplied for foreach() in /home/www/rss.alkante.com/alk_class/alksynd.class.php on line 209
var tabChannels = new Array();
function Channel(title, logo, items) {
this.title = title;
this.logo = logo;
this.items = items;
}
function Logo(title, link, url) {
this.title = title;
this.link = link;
this.url = url;
}
function Enclosure(link, size, typeMime, title) {
this.link = link;
this.size = size;
this.typeMime = typeMime;
this.title = ( title=='' ? link.substring(link.lastIndexOf('/')) : title );
this.isImg = (typeMime.indexOf('image') >= 0 && title=='' ? true : false);
}
function Item(title, link, description, pubDate, enclosures) {
this.title = title;
this.link = link;
this.description = description;
this.pubDate = pubDate;
this.enclosures = enclosures;
}
function getChannelRss(strName){
eval("oChannel = initChannelRss"+strName+"();");
return oChannel;
}
function getHtmlRss(strName){
eval("strHtml = initHtmlRss"+strName+"();");
return strHtml;
}
function initChannelRss109909(){
var logo = new Logo(unescape(''), unescape(''), unescape(''));
var enclosures;
var items = new Array;
var channel = new Channel(unescape(''), logo, items);
return channel;
}
function initHtmlRss109909() {
var html = unescape('%3Cdiv%20id%3D%22109909%22%3E%3Cdiv%20class%3D%22handle%22%3E%3C%2Fdiv%3E%3Cul%20style%3D%22list-style-type%3A%20none%3B%22%3E%3C%2Ful%3E%3C%2Fdiv%3E');
return html;
}