﻿
/// <reference path="jquery-1.4.1.js" />

function loadcontent(position_fill, file) {
    //$("#page").append("<div id='_ldw' style='border:1px solid #eee; background:#eff; padding:4px; position:absolute; float:left; top: 0px; left:" + document.documentElement.clientWidth / 2 + "px'>Đang tải...</div>");
    $("#" + position_fill).html('<center><img src="http://www.cophieu68.com/images/loading2.gif" border="0" width="24" height="24"/></center>');
      
    $("#" + position_fill).load(file);
}
