// JavaScript Document. This function calls an asp file which prints the top sayings from the database.
function showTopSayings()
{
	document.write("<iframe src='/methods/topsaying_inner_pages.asp' scrolling='no' frameborder='0' marginheight='0' marginwidth='0' width='600' height='50' allowtransparency='true' ></iframe>");		//Updated height from 30 to 50
}
