var to_load = {
'#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]);
    }
	
	$("table.btab tr:first").css({background: "#CC0000"});
	$("table.btab tr:odd").css({background: "#CCCCCC"});
});
   





