var to_load = {
'#left1':'get_price.php?pid=1711&sid=1',
'#left2':'get_price.php?pid=217&sid=1',
'#left3':'get_price.php?pid=218&sid=1',
'#left4':'get_price.php?pid=219&sid=1',
'#left5':'get_price.php?pid=220&sid=1',
'#left6':'get_price.php?pid=222&sid=1',
'#left7':'get_price.php?pid=1736&sid=1',
'#left8':'get_price.php?pid=221&sid=1',
'#left9':'get_price.php?pid=267&sid=1',
'#left10':'get_price.php?pid=268&sid=1',
'#left11':'get_price.php?pid=269&sid=1',
'#left12':'get_price.php?pid=270&sid=1',
'#left13':'get_price.php?pid=231&sid=1',
'#left14':'get_price.php?pid=233&sid=1',
'#left15':'get_price.php?pid=234&sid=1',
'#left16':'get_price.php?pid=232&sid=1',
'#left17':'get_price.php?pid=223&sid=1',
'#left18':'get_price.php?pid=224&sid=1',
'#left19':'get_price.php?pid=208&sid=1',
'#left20':'get_price.php?pid=208&sid=1',
'#left21':'get_price.php?pid=208&sid=1',
'#left22':'get_price.php?pid=230&sid=1',
'#left23':'get_price.php?pid=198&sid=1',
'#left24':'get_price.php?pid=5&sid=1',
'#left25':'get_price.php?pid=6&sid=1',
'#left26':'get_price.php?pid=202&sid=1',
'#left27':'get_price.php?pid=3&sid=1',
'#left28':'get_price.php?pid=2&sid=1',
'#left29':'get_price.php?pid=9&sid=1',
'#left30':'get_price.php?pid=203&sid=1',
'#left31':'get_price.php?pid=195&sid=1',
'#left32':'get_price.php?pid=196&sid=1',
'#left33':'get_price.php?pid=200&sid=1',
'#left34':'get_price.php?pid=12&sid=1',
'#left35':'get_price.php?pid=11&sid=1',
'#left36':'get_price.php?pid=197&sid=1',
'#left37':'get_price.php?pid=7&sid=1',
'#left38':'get_price.php?pid=8&sid=1',
'#left39':'get_price.php?pid=208&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]);
    }
});
   




