// JavaScript Document
a = document;
b = window;
if(b.user_name != null)
{
	src = "http://www.corners.in/corners/badges?corners_adds_width="+ b.corners_adds_width+"&corners_adds_height="+ b.corners_adds_height +"&corners_type="+ b.corners_type +"&corners_count="+ b.corners_count +"&username="+ b.user_name
}
else
{
	src = "http://www.corners.in/corners/badges?corners_adds_width="+ b.corners_adds_width+"&corners_adds_height="+ b.corners_adds_height +"&corners_type="+ b.corners_type +"&corners_count="+ b.corners_count	
}
document.write('<iframe name="corners_ads_frame" width='+b.corners_adds_width+" height="+b.corners_adds_height+" frameborder="+b.corners_adds_frameborder+" src="+src+' marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no">');
document.write("</iframe>")