// writes out rotating sponsor href and img tag

document.write("<h2 class='sifr'>Featured Sponsor</h2>");
document.write("<div id='featuredSponsor'>");
document.write("	<a href='" + rotatingSponsorURL + "' title='" + rotatingSponsorName + " - " + rotatingSponsorText + "' target='_blank'><img src='wp-content/themes/witch_09/" + rotatingSponsorImg + "' width='195' height='65' alt='" + rotatingSponsorName + " - " + rotatingSponsorText + "' /></a>");
document.write("</div>");
document.write("<div class='clear'></div>");