Songwriters Live comes to Paddy McGuires in the City this month.
Open on July 4th, Keith will be bringing Sunday evenings to life with some great songwriters from all over Sydney, Interstate and sometimes from different parts of the Globe.
Full Story
Place cursor over scrolling notice board to pause.
\n');
}
function RetrieveRandomSong(numberOfSongs, currentSong) {
var randomNumber = Math.floor(Math.random() * numberOfSongs);
if (artistSongs[randomNumber][1] == currentSong && numberOfSongs > 1) {
randomNumber = RetrieveRandomSong(numberOfSongs, currentSong);
}
return randomNumber;
}
function LoadRandomSong(bPlaySong) {
var randomNumber = RetrieveRandomSong(artistSongs.length, currentSong);
LoadSelectedSong(artistSongs[randomNumber][0], artistSongs[randomNumber][1], artistSongs[randomNumber][2]);
if (bPlaySong == true) {
StartSong();
}
}
function LoadSelectedSong(artist, song, song_description) {
currentSong = song;
if (isIE) {
document.getElementById("swl_media_player").SetVariable("swl_artist", artist);
document.getElementById("swl_media_player").SetVariable("swl_html_song", song);
document.getElementById("swl_media_player").SetVariable("swl_song_description", song_description);
document.getElementById("swl_media_player").TCallLabel("/", "loadsong");
} else {
if (window.document.swl_media_player != undefined) {
window.document.swl_media_player.SetVariable("swl_artist", artist);
window.document.swl_media_player.SetVariable("swl_html_song", song);
window.document.swl_media_player.SetVariable("swl_song_description", song_description);
window.document.swl_media_player.TCallLabel("/", "loadsong");
} else {
parent.header_content.document.swl_media_player.SetVariable("swl_artist", artist);
parent.header_content.document.swl_media_player.SetVariable("swl_html_song", song);
parent.header_content.document.swl_media_player.SetVariable("swl_song_description", song_description);
parent.header_content.document.swl_media_player.TCallLabel("/", "loadsong");
}
}
/*
if (parent.header_content.document.swl_media_player != undefined) {
parent.header_content.document.swl_media_player.SetVariable("swl_artist", artist);
parent.header_content.document.swl_media_player.SetVariable("swl_html_song", song);
parent.header_content.document.swl_media_player.SetVariable("swl_song_description", song_description);
parent.header_content.document.swl_media_player.TCallLabel("/", "loadsong");
} else {
window.document.swl_media_player.SetVariable("swl_artist", artist);
window.document.swl_media_player.SetVariable("swl_html_song", song);
window.document.swl_media_player.SetVariable("swl_song_description", song_description);
window.document.swl_media_player.TCallLabel("/", "loadsong");
}
}
*/
}
function StartSong() {
if (isIE) {
document.getElementById("swl_media_player").SetVariable("playing_selected_song", true);
document.getElementById("swl_media_player").TCallLabel("/", "playsong");
} else {
window.document.swl_media_player.SetVariable("playing_selected_song", true);
window.document.swl_media_player.TCallLabel("/", "playsong");
}
}
// -->
Dude, you need to upgrade your web browser or turn on scripting!
Legend
= Prev Month
= Next Month
#
= Today
#
= Event Date
Highlight or click event date to view details.
Lana De Angelis With an audience as diverse as her songs, Lana's live shows never fail to inspire and uplift, with fans from all walks of life finding a place of solace within her music. Backed only by her acoustic guitar, and a ferocious way with words, Lana's unique brand of post-modern folk has captured the hearts and minds of many and combines traditional folk-styled guitar playing with a newer, edgier pop/rock feel, and lyrics that are honest, open minded and intensely personal.