Auto up trades
by Vladimir
CSS
body {
background: #EEE;
}
iframe {
width:100%;
height:50px;
margin: 0 0 10px;
}
JavaScript
var trades = [1148057, 1148055, 1148056, 1137235, 1137970, 1133267, 1131644],
str = '';
for(var i = 0, iMax = trades.length; i < iMax; i += 1) {
str += '<iframe src="http://www.tf2trade.ru/trade/' + trades[i] + '/up/"></iframe>';
}
document.write(str);