
function Randomizer() {
        var dt = new Date();
        var sec = dt.getSeconds();
		return sec % 7;
}
if  ( Randomizer() == 0 ) {
	imageText="<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td class='quote'>&quot;Dr. Halbrecht fixed a 9 year shoulder injury after several other doctors told me there was nothing wrong.  For that, I thank him endlessly.  His office staff are great.&quot;</td></tr><tr><td class='quote2'>&#151; Josh Q.<br> San Francisco, CA</td></tr></table>"
}

else if ( Randomizer() == 1 ) {
	imageText="<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td class='quote'>&quot;Six months ago, after my last surgery with the other surgeon failed, I got in to see Dr. Halbrecht right away, and was able to schedule surgery the following week! My shoulder is soooo much better now! I feel like my nightmare is over.&quot;</td></tr><tr><td class='quote2'>&#151; Kristen M.<br> San Francisco, CA</td></tr></table>"
}

else if ( Randomizer() == 2 ) {
	imageText="<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td class='quote'>&quot;His staff were great and friendly.  He is an attentive physician who helped me find the source of mysterious chronic pain.&quot;</td></tr><tr><td class='quote2'>&#151; Thea Z.<br> San Francisco, CA</td></tr></table>"
}

else if ( Randomizer() == 3 ) {
	imageText="<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td class='quote'>&quot;Once you get in to meet him... the experience is great! He's super friendly, knowledgeable and knows how to talk to patients when explaining the complexities of the problem.&quot;</td></tr><tr><td class='quote2'>&#151; Dr. Phil R.<br> San Francisco, CA</td></tr></table>"
}

else if ( Randomizer() == 4 ) {
	imageText="<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td class='quote'>&quot;Dr. Halbrecht is an excellent doctor and surgeon.  I received great care from him, and found him straight forward, patient and committed to my recovery.  I've recommended him to others who've all had exceptional experiences.&quot;</td></tr><tr><td class='quote2'>&#151; Kenneth A.<br> San Francisco, CA</td></tr></table>"
}

else if ( Randomizer() == 5 ) {
	imageText="<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td class='quote'>&quot;Highly recommend him as a surgeon. Great expertise in sports injuries.&quot;</td></tr><tr><td class='quote2'>&#151; Elizabeth S.<br> San Francisco, CA</td></tr></table>"
}

else if ( Randomizer() == 6 ) {
	imageText="<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td class='quote'>&quot;Love Dr. H.  He did my knee last year and it went beautifully.  He is very knowledgeable and very kind and an excellent surgeon.  Just went for my shoulder--worked out great!  Highly recommend him.&quot;</td></tr><tr><td class='quote2'>&#151; babyboomer z.<br> San Francisco, CA</td></tr></table>"
}
document.write(""+imageText+"");