// Prices - rotating in left menu
// This is a generated file - do not edit
// Define advertising tags
var price_ads = [
[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ],[ '' ]
];
// Choose random adv tag
var price_adindex = Math.round( Math.random() * (price_ads.length-1) );
// Write it to document
document.write(price_ads[price_adindex]);