if (rows <= 5)
{
	iframe_height=300;
}

if (rows >= 6 && rows <= 10)
{
	iframe_height=450;
}

if (rows >= 11 && rows <= 15)
{
	iframe_height=650;
}

if (rows >= 16 && rows <= 20)
{
	iframe_height=825;
}


website_url = 'http://www.givemearticles.com/show_articles.cfm?tbg1=' + tbg1 + '&tbg2=' + tbg2 + '&inside_content=' + inside_content + '&font_color=' + font_color + '&linktogiveme=' + linktogiveme + '&title=' + title + '&titlecolor=' + titlecolor + '&linkcolor=' + linkcolor + '&keywords=' + keywords + '&rows=' + rows + '&ifh=' + iframe_height + '&js=t';
document.write('<iframe id="hello" name="hello" src="' + website_url + '" scrolling="no" width="350" frameborder="0" height="' + iframe_height + '">');
document.write('This browser does not support iframes.');
document.write('</iframe>');