// JavaScript Document

 window.onload = function() {
    var settings = {
      tl: { radius: 10 },
      tr: { radius: 10 },
      bl: { radius: 10 },
      br: { radius: 10 },
      antiAlias: true
    } 

    var divObj = document.getElementById("main"); 

    curvyCorners(settings, ".propinfotitle");
	
	 var divObj = document.getElementById("main"); 

    curvyCorners(settings, ".breakhead");
  }

