document.write('<scr'+'ipt type="text/javascript" src="/site/1309/font.js"></scr'+'ipt>');

Cufon.set('fontFamily','helv').replace('h1', { hover: true, hoverables: {a:true, div: true}})('#location_display', { hover: true, hoverables: {a:true, div: true}})('h2',{ hover: true, hoverables: { a: true, li: true }})('h3', { hover: true, hoverables: {a:true, div: true}})('h4', { hover: true, hoverables: {a:true, div: true}})('h5', { hover: true, hoverables: {a:true, div: true}}); //you set the font family, which is found in the font file, then you chose what you want replaced, if you want something to change colours - set in the css - you do hover: true, then set your hoverables :)
