var to_load = {
'#left1':'get_price.php?pid=305&sid=1',
'#left2':'get_price.php?pid=306&sid=1',
'#left3':'get_price.php?pid=311&sid=1',
'#left4':'get_price.php?pid=337&sid=1',
'#left5':'get_price.php?pid=1664&sid=1',
'#left6':'get_price.php?pid=1666&sid=1',
'#left7':'get_price.php?pid=1667&sid=1',
'#left8':'get_price.php?pid=1666&sid=1',
'#left9':'get_price.php?pid=334&sid=1',
'#left10':'get_price.php?pid=335&sid=1',
'#left11':'get_price.php?pid=336&sid=1',
'#left12':'get_price.php?pid=14&sid=1',
'#left13':'get_price.php?pid=17&sid=1',
'#left14':'get_price.php?pid=15&sid=1',
'#left15':'get_price.php?pid=13&sid=1',
'#left16':'get_price.php?pid=1699&sid=1',
'#left17':'get_price.php?pid=66&sid=1',
'#left18':'get_price.php?pid=18&sid=1',
'#left19':'get_price.php?pid=17&sid=1',
'#left20':'get_price.php?pid=19&sid=1',
'#left21':'get_price.php?pid=301&sid=1',
'#left22':'get_price.php?pid=297&sid=1',
'#left23':'get_price.php?pid=290&sid=1',
'#left24':'get_price.php?pid=289&sid=1',
'#left25':'get_price.php?pid=302&sid=1',
'#left26':'get_price.php?pid=300&sid=1',
'#left27':'get_price.php?pid=292&sid=1',
'#left28':'get_price.php?pid=294&sid=1',
'#left29':'get_price.php?pid=298&sid=1',
'#left30':'get_price.php?pid=299&sid=1',
'#left31':'get_price.php?pid=1626&sid=1',
'#left32':'get_price.php?pid=283&sid=1',
'#left33':'get_price.php?pid=318&sid=1',
'#left34':'get_price.php?pid=91&sid=1',
'#left35':'get_price.php?pid=314&sid=1',
'#left36':'get_price.php?pid=319&sid=1',
'#left37':'get_price.php?pid=320&sid=1',
'#left38':'get_price.php?pid=327&sid=1',
'#left39':'get_price.php?pid=326&sid=1',
'#left40':'get_price.php?pid=328&sid=1',
'#left41':'get_price.php?pid=281&sid=1',
'#left41a':'get_price.php?pid=1740&sid=1',
'#left42':'get_price.php?pid=263&sid=1',
'#left43':'get_price.php?pid=1624&sid=1',
'#left44':'get_price.php?pid=255&sid=1',
'#left45':'get_price.php?pid=115&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',
'#left50':'get_price.php?pid=285&sid=1',
'#left51':'get_price.php?pid=1625&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]);
    }
});
   





