// JavaScript Document

var news="http://www.mytelus.com/music/rss/news.do";
var reviews="http://www.mytelus.com/music/rss/reviews.do";
var interviews="http://www.mytelus.com/music/rss/interviews.do";
var artist="http://www.mytelus.com/music/rss/artist.of.the.day.do";
var feaSongs="http://www.mytelus.com/music/rss/featured.songs.do";
var feaRing="http://www.mytelus.com/music/rss/featured.ringtones.do";
var nwAlbum="http://www.mytelus.com/music/rss/new.releases.albums.do";
var popSongs="http://www.mytelus.com/music/rss/most.popular.songs.do";

document.writeln(" <link title=\"myTELUS.com | Music News\" href=" +news+ " rel=\"alternate\" type=\"application/rss+xml\">");
document.writeln(" <link title=\"myTELUS.com | Reviews\" href=" +reviews+ " rel=\"alternate\" type=\"application/rss+xml\">");
document.writeln(" <link title=\"myTELUS.com | Interviews\" href=" +interviews+ " rel=\"alternate\" type=\"application/rss+xml\">");
document.writeln(" <link title=\"myTELUS.com | Artist of the Day\" href=" +artist+ " rel=\"alternate\" type=\"application/rss+xml\">");
document.writeln(" <link title=\"myTELUS.com | Featured Songs\" href=" +feaSongs+ " rel=\"alternate\" type=\"application/rss+xml\">");
document.writeln(" <link title=\"myTELUS.com | Featured Ringtones\" href=" +feaRing+ " rel=\"alternate\" type=\"application/rss+xml\">");
document.writeln(" <link title=\"myTELUS.com | New Releases Albums\" href=" +nwAlbum+ " rel=\"alternate\" type=\"application/rss+xml\">");
document.writeln(" <link title=\"myTELUS.com | Most Popular Songs\" href=" +popSongs+ " rel=\"alternate\" type=\"application/rss+xml\">");
