// Java Document
if(!rsstag || rsstag == 'regular') {
document.write("<iframe src='http://www.heffee.com/tools/subscribe.php?url="+rss_url+"&tag=1' height='17' width='91' frameborder='0' scrolling='no' style='margin:0px;'></iframe>");
}
if(rsstag == '2tone') {
document.write("<iframe src='http://www.heffee.com/tools/subscribe.php?url="+rss_url+"&tag=2' height='15' width='80' frameborder='0' scrolling='no' style='margin:0px;'></iframe>");
}
if(rsstag == 'happyblue') {
document.write("<iframe src='http://www.heffee.com/tools/subscribe.php?url="+rss_url+"&tag=3' height='15' width='80' frameborder='0' scrolling='no' style='margin:0px;'></iframe>");
}
if(rsstag == 'excited') {
document.write("<iframe src='http://www.heffee.com/tools/subscribe.php?url="+rss_url+"&tag=4' height='14' width='60' frameborder='0' scrolling='no' style='margin:0px;'></iframe>");
}
if(rsstag == 'text') {
document.write("<iframe src='http://www.heffee.com/tools/subscribe.php?url="+rss_url+"&tag=5' height='17' width='80' frameborder='0' scrolling='no' style='margin:0px;'></iframe>");
}
