var ti1 = '<div style="float:left; width:650px;"><a href="/product/visual/works/"><img src="/product/img/topimage1-1.jpg" alt="" width="650" height="486" /></a></div>';
ti1 += '<div style="float:right; width:270px;"><a style="display:block; margin-bottom:3px;" href="/product/visual/works/"><img src="/product/img/topimage1-2.jpg" alt="" width="270" height="160" /></a><a style="display:block; margin-bottom:3px;" href="/product/visual/works/"><img src="/product/img/topimage1-3.jpg" alt="" width="270" height="160" /></a><a href="/product/visual/works/"><img src="/product/img/topimage1-4.jpg" alt="" width="270" height="160" /></a></div>';
var ti2 = '<div style="float:left; width:650px;"><a href="/product/visual/works/"><img src="/product/img/topimage2-1.jpg" alt="" width="650" height="486" /></a></div>';
ti2 += '<div style="float:right; width:270px;"><a style="display:block; margin-bottom:3px;" href="/product/visual/works/"><img src="/product/img/topimage2-2.jpg" alt="" width="270" height="160" /></a><a style="display:block; margin-bottom:3px;" href="/product/visual/works/"><img src="/product/img/topimage2-3.jpg" alt="" width="270" height="160" /></a><a href="/product/visual/works/"><img src="/product/img/topimage2-4.jpg" alt="" width="270" height="160" /></a></div>';
var ti3 = '<div style="float:left; width:650px;"><a href="/product/visual/works/"><img src="/product/img/topimage3-1.jpg" alt="" width="650" height="486" /></a></div>';
ti3 += '<div style="float:right; width:270px;"><a style="display:block; margin-bottom:3px;" href="/product/visual/works/"><img src="/product/img/topimage3-2.jpg" alt="" width="270" height="160" /></a><a style="display:block; margin-bottom:3px;" href="/product/visual/works/"><img src="/product/img/topimage3-3.jpg" alt="" width="270" height="160" /></a><a href="/product/visual/works/"><img src="/product/img/topimage3-4.jpg" alt="" width="270" height="160" /></a></div>';
var ti4 = '<div style="float:left; width:650px;"><a href="/product/visual/works/"><img src="/product/img/topimage4-1.jpg" alt="" width="650" height="486" /></a></div>';
ti4 += '<div style="float:right; width:270px;"><a style="display:block; margin-bottom:3px;" href="/product/visual/works/"><img src="/product/img/topimage4-2.jpg" alt="" width="270" height="160" /></a><a style="display:block; margin-bottom:3px;" href="/product/visual/works/"><img src="/product/img/topimage4-3.jpg" alt="" width="270" height="160" /></a><a href="/product/visual/works/"><img src="/product/img/topimage4-4.jpg" alt="" width="270" height="160" /></a></div>';
var ti5 = '<div style="float:left; width:650px;"><a href="/product/visual/scenery/"><img src="/product/img/topimage5-1.jpg" alt="" width="650" height="486" /></a></div>';
ti5 += '<div style="float:right; width:270px;"><a style="display:block; margin-bottom:3px;" href="/product/visual/scenery/"><img src="/product/img/topimage5-2.jpg" alt="" width="270" height="160" /></a><a style="display:block; margin-bottom:3px;" href="/product/visual/scenery/"><img src="/product/img/topimage5-3.jpg" alt="" width="270" height="160" /></a><a href="/product/visual/scenery/"><img src="/product/img/topimage5-4.jpg" alt="" width="270" height="160" /></a></div>';
function getti(s) {
if (s<=10) { document.write(ti1) }
if (10<s&&s<20) { document.write(ti2) }
if (20<=s&&s<=30) { document.write(ti3) }
if (30<s&&s<40) { document.write(ti1) }
if (40<=s&&s<=50) { document.write(ti4) }
if (s>50) { document.write(ti5) }
}

