mamonic, элементарно:
<div id="yandex_ad1"></div>
<div id="yandex_ad2"></div>
w[n].push(function() {
var x = 123456,
y = "yandex_ad",
z = {
stat_id: 1,
ad_format: "direct",
font_size: 0.8,
font_family: "arial",
type: "flat",
limit: 1,
title_font_size: 1,
links_underline: true,
site_bg_color: "FFFFFF",
title_color: "000000",
url_color: "000000",
text_color: "000000",
hover_color: "0066FF",
sitelinks_color: "000000",
favicon: true,
no_sitelinks: false
};
Ya.Direct.insertInto(x, y + 1, z);
Ya.Direct.insertInto(x, y + 2, z);
});
|