The Mudcat Café TM
Thread #21413   Message #3722810
Posted By: Joe Offer
11-Jul-15 - 03:59 AM
Thread Name: Origins: John Kanaka
Subject: RE: Origins: John Kanaka
Not much on this song in the Traditional Ballad Index, but a bit:
Here are the Digital Tradition lyrics that we have:
JOHN KANAKAa

I heard, I heard, the old man say,
John Kanaka-naka tu-lai-ay!
Today, today is a holiday,
John Kanaka-naka tu-lai-ay!

Tu-lai-ay, Oh! Tu-lai-ay!
John Kanaka-naka tu-lai-ay!

We'll work tomorrow, but no work today,
We'll work tomorrow, but no work today.

We're bound away for 'Frisco Bay,
We're bound away at the break of day.

We're bound away around Cape Horn,
We wish to Christ we'd never been born!

Oh haul, oh haul, oh haul away,
Oh haul away, an' make yer pay!

@sailor
filename[ JONKANAK
TUNE FILE: JONKANAK
CLICK TO PLAY
BR

var play_status=0

function checkstatus(soundUrl,ipage)

{

if (play_status==0){

play_status=1

document.getElementById('play1').src='/graphics/midi_play_ani3.gif'

play(soundUrl,ipage)

}

else

{

play_status=0

document.getElementById('play1').src='/graphics/mplay0.gif'

stop()

}

}

function play(soundUrl,ipage) {

carryon=true

if (document.all) {document.all.bgs.src = soundUrl;}

else

{

var IFrameObj = document.getElementById("soundFrame");

IFrameObj.src = "about:blank";

IFrameObj.src = soundUrl;

setTimeout("endPlay()", 10000);

}

}

function stop() {

carryon=false

if (CheckIsIE()==true){

if (document.all) document.all.bgs.src = '/graphics/sp.gif';

}

else

{var IFrameObj = document.getElementById("soundFrame");

IFrameObj.src = "about:blank"; }

}

function CheckIsIE()

{

if (navigator.appName.toUpperCase() == 'MICROSOFT INTERNET EXPLORER') { return true;}

else { return false; }

}