

<script type="text/javascript">


if (document.getElementById){
document.write('<style type="text/css">')
document.write('.multiparts, #formnavigation{display:none;}')
document.write('</style>')
}

var curpart=0


function getElementbyClass(classname){
partscollect=new Array()

var inc=0
var alltags=document.all? document.all : document.getElementsByTagName("*")
for (i=0; i<alltags.length; i++){
if (alltags[i].className==classname)
partscollect[inc++]=alltags[i]
}
}

function cycleforward(){
partscollect[curpart].style.display="none"
curpart=(curpart<partscollect.length-1)? curpart+1 : 0
partscollect[curpart].style.display="block"
updatenav()
}

function cycleback(){
partscollect[curpart].style.display="none"
curpart=(curpart>0)? curpart-1 : partscollect.length-1
partscollect[curpart].style.display="block"
updatenav()
}


function updatenav(){
document.getElementById("backbutton").style.visibility=(curpart==0)? "hidden" : "visible"
document.getElementById("forwardbutton").style.visibility=(curpart==partscollect.length-1)? "hidden" : "visible"
}

function onloadfunct(){
getElementbyClass("multiparts")
partscollect[0].style.display="block"
document.getElementById("formnavigation").style.display="block"
updatenav()
}

if (window.addEventListener)
window.addEventListener("load", onloadfunct, false)
else if (window.attachEvent)
window.attachEvent("onload", onloadfunct)
else if (document.getElementById)
window.onload=onloadfunct


</script>

<?xml version="1.0" encoding="utf-8"?>
<!-- generator="Kunena 1.0.10"> -->
<rss version="0.91">
    <channel>
        <title>Coffee Training - The Coffee Gang Barista School &amp;amp; Recruitment Agency - offering coffee training, coffee courses, barista classes and Barista Recruitment, Barista Lessons and Barista Jobs - Forum</title>
        <description>Kunena Site Syndication</description>
        <link>http://www.thecoffeegang.com.au</link>
        <lastBuildDate>Wed, 08 Sep 2010 20:35:33 +0800</lastBuildDate>
        <generator>Kunena 1.0.10</generator>
        <image>
	        <url>http://www.thecoffeegang.com.au/components/com_kunena/template/default/images/english/emoticons/rss.gif</url>
	        <title>Powered by Kunena</title>
	        <link>http://www.thecoffeegang.com.au</link>
	        <description>Kunena Site Syndication</description>
        </image>
    </channel>
</rss>