top of page
bottom of page
National Boots & Dukes Dance, LLC
function placeDiv(x_pos, y_pos) { var d = document.getElementById('fb-page'); d.style.position = "absolute"; d.style.left = x_pos+'px'; d.style.top = y_pos+'px'; } placeDiv(600, 600);