var to_load = {
'#left':'get_price.php?pid=149&sid=1',
'#left1':'get_price.php?pid=150&sid=1',
'#left2':'get_price.php?pid=1686&sid=1',
'#left3':'get_price.php?pid=177&sid=1',
'#left4':'get_price.php?pid=1579&sid=1',
'#left5':'get_price.php?pid=1580&sid=1',
'#left6':'get_price.php?pid=151&sid=1',
'#left7':'get_price.php?pid=172&sid=1',
'#left8':'get_price.php?pid=173&sid=1',
'#left9':'get_price.php?pid=1689&sid=1',
'#left10':'get_price.php?pid=1725&sid=1',
'#left11':'get_price.php?pid=1587&sid=1',
'#left12':'get_price.php?pid=1581&sid=1',
'#left13':'get_price.php?pid=155&sid=1',
'#left14':'get_price.php?pid=154&sid=1',
'#left15':'get_price.php?pid=1589&sid=1',
'#left16':'get_price.php?pid=156&sid=1',
'#left17':'get_price.php?pid=157&sid=1',
'#left18':'get_price.php?pid=152&sid=1',
'#left19':'get_price.php?pid=153&sid=1',
'#left20':'get_price.php?pid=158&sid=1',
'#left21':'get_price.php?pid=1590&sid=1',
'#left22':'get_price.php?pid=55&sid=1',
'#left23':'get_price.php?pid=1690&sid=1',
'#left24':'get_price.php?pid=57&sid=1',
'#left25':'get_price.php?pid=60&sid=1',
'#left26':'get_price.php?pid=1691&sid=1',
'#left27':'get_price.php?pid=61&sid=1',
'#left28':'get_price.php?pid=1588&sid=1',
'#left29':'get_price.php?pid=1692&sid=1',
'#left30':'get_price.php?pid=444&sid=1',
'#left31':'get_price.php?pid=1693&sid=1',
'#left32':'get_price.php?pid=163&sid=1',
'#left33':'get_price.php?pid=164&sid=1',
'#left34':'get_price.php?pid=165&sid=1',
'#left35':'get_price.php?pid=166&sid=1',
'#left36':'get_price.php?pid=167&sid=1',
'#left37':'get_price.php?pid=168&sid=1',
'#left38':'get_price.php?pid=129&sid=1',
'#left39':'get_price.php?pid=169&sid=1',
'#left40':'get_price.php?pid=1582&sid=1',
'#left41':'get_price.php?pid=1583&sid=1',
'#left42':'get_price.php?pid=1584&sid=1',
'#left43':'get_price.php?pid=1585&sid=1',
'#left44':'get_price.php?pid=1586&sid=1',
'#left45':'get_price.php?pid=1583&sid=1',
'#left46':'get_price.php?pid=1583&sid=1',
'#left47':'get_price.php?pid=1583&sid=1',
'#left48':'get_price.php?pid=1583&sid=1',
'#left49':'get_price.php?pid=1583&sid=1',
'#pinter1':'get_price.php?pid=46&sid=1',
'#pinter2':'get_price.php?pid=43&sid=1',
'#pinter3':'get_price.php?pid=1633&sid=1',
'#pinter4':'get_price.php?pid=37&sid=1',
'#pinter5':'get_price.php?pid=103&sid=1',
'#pinter6':'get_price.php?pid=1908&sid=1',
'#pinter7':'get_price.php?pid=1906&sid=1',
'#pinter8':'get_price.php?pid=1907&sid=1',
'#pinter9':'get_price.php?pid=1905&sid=1',
'#pinter10':'get_price.php?pid=1904&sid=1',
'#scaner1':'get_price.php?pid=69&sid=1',
'#scaner2':'get_price.php?pid=118&sid=1',
'#scaner3':'get_price.php?pid=49&sid=1',
'#scaner4':'get_price.php?pid=75&sid=1',
'#scaner5':'get_price.php?pid=77&sid=1',
'#scaner6':'get_price.php?pid=1890&sid=1',
'#scaner7':'get_price.php?pid=138&sid=1',
'#scaner8':'get_price.php?pid=1673&sid=1',
'#scaner9':'get_price.php?pid=290&sid=1',
'#scaner10':'get_price.php?pid=82&sid=1',
'#tsd1':'get_price.php?pid=999&sid=1',
'#tsd2':'get_price.php?pid=9999&sid=1',
'#tsd3':'get_price.php?pid=151&sid=1',
'#tsd4':'get_price.php?pid=129&sid=1',
'#tsd5':'get_price.php?pid=1690&sid=1',
'#tsd6':'get_price.php?pid=444&sid=1',
'#tsd7':'get_price.php?pid=156&sid=1',
'#tsd8':'get_price.php?pid=1580&sid=1',
'#tsd9':'get_price.php?pid=1686&sid=1',
'#vesy1':'get_price.php?pid=12&sid=1',
'#vesy2':'get_price.php?pid=5&sid=1',
'#vesy3':'get_price.php?pid=7&sid=1',
'#vesy4':'get_price.php?pid=210&sid=1',
'#vesy5':'get_price.php?pid=197&sid=1',
'#vesy6':'get_price.php?pid=223&sid=1',
'#vesy7':'get_price.php?pid=6&sid=1',
'#vesy8':'get_price.php?pid=196&sid=1',
'#vesy9':'get_price.php?pid=208&sid=1',

    
    '#img':'img.html'
}
var img = new Image();
img.src = 'loading.gif';
/*LOADING ADDITIONAL CONTENT*/
$(document).ready(function(){
    for(k in to_load)   {
        $(k).append('<img src="loading.gif" width=12 height=12 /> ');
    }
  
    for(k in to_load)   {
        $(k).load(to_load[k]);
    }
});
   



