
//Specify the marquee's width (in pixels)
if (marqueewidth == null) var marqueewidth=450
//Specify the marquee's height (in pixels, pertains only to NS)
if (marqueeheight == null) var marqueeheight=16
//Specify the marquee's scroll speed (larger is faster)
if (speed == null) var speed=5
//Specify the marquee contents
var marqueecontents="<font face=verdana><b>Sydney Morning Herald International Food Festival, October 2009<b> - Radio 2UE Guest of Janelle Bloom: great gift for Christmas - Luciana Sampogna's classes was \"one of the best Christmas presents I have ever given to a friend.\" Janelle Bloom  Filmed by ABC Television Australian Story \" All in Your Mind televised on 11/05/2009 Food Safari , SBS Television to be on air early 2010 - <B>Insight of Sydney \"The Best of Sydney\" 2009 - Notebook Magazine March 2009, Kitchen Yearbook 2009, Good Food Month October 2008 - Vogue Entertaining and Travel May 2008 (7 pages of article and recipes)- American Express Platinum - Top of the class - the best 2 cooking schools in Australia - Sydney Italian Festival 2008 - Sydney Morning Herald Good Living February 2008 - Sydney Morning Herald Essential Magazine January 2008 \"Divinity - dine under a piano nobile\" - Good Food Month October 2007 - Sydney Italian Festival 2007 - Delicious Magazine May 2007 - Joanna Griggs Column New Idea May 2007 - Good Food Month October 2006</B> - <B>Sun Herald Bambini in Cucina September 24, 2006</B> - <B>Sydney Italian Festival 2006</B> - Recommended by <B>Insight into Sydney 5 Star Hotel Guide to Sydney 2006</B> - <B>Italian Chamber of Commerce Magazine 2006</B> - <B>Jetstar Inflight Magazine</B> April 2006 - Recommended by <B>Sydney Weekender</B> 2005 and August 2004 One of the best places in the world to learn how to cook authentic Italian is Cucina Italiana in Balmain - recommended by <B>Sydney Morning Herald</B> July 2006 - <B>Sun Herald</B> November 2005 - <B>Vogue</B> May 2005 and July 2003 - <B>Gourmet Traveller</B> June 2004 and August, October and December 2003 - selected for the Good Food Month <B>Sydney Morning Herald</B> September 2005, 2004 and 2003 - <B>Good Living</B> July 6 and March 30 2004 (full page) Oct 7 2003, Jan 27 - recommended dates for your diary. <B>Delicious Magazine</B> May 2005, March 2004 and June 2003 - Bambini in Cucina childrens classes Delicious Magazine September 2003 - <B>Sun Herald Spectrum Magazine</B> June 4 and 5 2005 - <B>Restaurant and Catering Magazine</B> 2005 and 2004 - featured in <B>Cuisine magazine</B> March 2001 - featured in <B>NZ House & Garden</B> August 1999 and 2001 - <B>Air NZ magazine</B> June 2000 - NZ Herald August 2000 - <B>House & Garden</B> August 2001 - <B>Japanese press</B> - 2005 and 2000</font>"
if (document.all)
document.write('<marquee scrollAmount='+speed+' style="width:'+marqueewidth+'">'+marqueecontents+'</marquee>')

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
setTimeout("window.onresize=regenerate",450)
intializemarquee()
}
}

function intializemarquee(){
document.cmarquee01.document.cmarquee02.document.write('<nobr>'+marqueecontents+'</nobr>')
document.cmarquee01.document.cmarquee02.document.close()
thelength=document.cmarquee01.document.cmarquee02.document.width
scrollit()
}

function scrollit(){
if (document.cmarquee01.document.cmarquee02.left>=thelength*(-1)){
document.cmarquee01.document.cmarquee02.left-=speed
setTimeout("scrollit()",100)
}
else{
document.cmarquee01.document.cmarquee02.left=marqueewidth
scrollit()
}
}

window.onload=regenerate2
