function e(username) {
	var hostname = "honeystreet";
	document.write('<a href="' + 'mail' + 'to:' + username +'@' + hostname + '.com?subject=Wait, wait, lets be friends" title="Just do it.">' + 'Email' + '<\/a>');
}

function elly(username) {
	var hostname = "honeystreet";
	document.write('<a href="' + 'mail' + 'to:' + username +'@' + hostname + '.com?subject=Valuable information&body=Dear Honeystreet," title="Just do it.">' + 'info@honeystreet.com' + '<\/a>');
}




<!-- Hide from old browsers
function random_img(){
var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="/about/art/banner_H-2008-quote.gif"
//myimages[2]="/about/art/banner_skylark.jpg"
//myimages[3]="/about/art/banner_ajax.gif"
//myimages[5]="/about/art/banner_eclipse_pin.gif"
//myimages[4]="/about/art/banner_button.jpg"
//myimages[2]="/about/art/gotyoback.gif"
//myimages[2]="/about/art/banner_font_profil.gif"
//myimages[3]="/about/art/banner_radio.gif"
var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<a href="http://blog.honeystreet.com"><img alt="A lovely image" src="'+myimages[ry]+'" border=0></a>')
}
// -- End Hiding Here -->




<!-- Hide from old browsers
function random_quote(){
var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[3]="It's a documentary! It's all really happening!"
myimages[1]="Sic transit gloria. Glory fades."
myimages[2]="You're really complicated, aren't you?"
myimages[4]="The secret, I don't know... I guess you've just gotta find something you love to do and then... do it for the rest of your life."
myimages[5]="Look, I'm just not that good at this selling yourself stuff, okay, so I'm just going to tell you the truth.  I really want to be a part of this team, and I'm the only one with a car."
myimages[6]="I'm looking for a dare to be great situation. - Lloyd Dobler"
myimages[7]="Three conditions: <br/> 1. You mastermind the plan. <br/>2. Bob's on the team. <br/>3. You gotta get me one of these jumpsuits."
myimages[8]="Kickboxing. Sport of the future."
myimages[9]="Maybe I'm spending too much of my time starting up clubs and putting on plays."
myimages[10]="What did one wall say to the other wall? -meet you in the corner!"


//myimages[3]="/about/art/banner_radio.gif"
var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<a href="/"><img alt="Click me for a new quote" src="http://blog.honeystreet.com/mt-static/themes/theme-kubrick/kubricklbullet.gif" border=0></a> '+myimages[ry]+'')
}
// -- End Hiding Here -->


<!-- Hide from old browsers
function random_quoteTop(){
var myimages=new Array()
//specify random images below. You can have as many as you wish

myimages[1]="Journey."
myimages[2]="Believe."
myimages[3]="Go."
myimages[4]="Next year, you go."
myimages[5]="Think."


var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write(myimages[ry])
}
// -- End Hiding Here -->



<!-- hide this script tag's contents from old browsers
function countdown(){
today = new Date();

BigDay = new Date("July 21, 2007")
msPerDay = 24 * 60 * 60 * 1000 ;
timeLeft = (BigDay.getTime() - today.getTime());
e_daysLeft = timeLeft / msPerDay;
daysLeft = Math.floor(e_daysLeft);
e_hrsLeft = (e_daysLeft - daysLeft)*24;
hrsLeft = Math.floor(e_hrsLeft);
minsLeft = Math.floor((e_hrsLeft - hrsLeft)*60);
document.write(daysLeft + " days");
}
// -- done hiding from old browsers -->
