// 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
}

function winopen_sendhomepage(s)
{
if (s==0) 
alert("Please Login")
else
window.open('/sendhomepage/sendhomepage.asp', 'sendhomepage', 'toolbar=no, resizable=yes, scrollbars=yes, height=700, width=800, margin-top=0, margin-left=0')
}
