$().ready(function(){$('#KW1, #KW2, #KW3, #KW4').empty();
$('<style type="text/css">.entry img:hover {box-shadow: 0 0 16px 2px #B1F915;-moz-box-shadow: 0 0 16px 2px #B1F915; -webkit-box-shadow:0 0 16px 2px #B1F915;}.entry img {box-shadow: 0 0 13px #c6c6c6;-moz-box-shadow: 0 0 13px #c6c6c6;}.entry img{margin: 5px 5px 5px 15px; background:#fff url("images/loader.gif") no-repeat scroll center center;}</style>').appendTo("head");$('<p style="font: bold;">Search Best Offer for <b>' + kq1 + '</b></p>').appendTo('#KW1');$('<p style="font: bold;">Search Best Offer for <b>' + kq2 + '</b></p>').appendTo('#KW2');$('<p style="font: bold;">Search Best Offer for <b>' + kq3 + '</b></p>').appendTo('#KW3');
$('<a href="' + dom + '/link/' + kq1 + '/1.html" target="_blank"><img border="0" ' + format + ' src="' + dom + '/img/' + kq1 + '/1_' + imgstyle + '.png" /></a>').fadeIn(600).appendTo('#KW1');
$('<a href="' + dom + '/link/' + kq1 + '/2.html" target="_blank"><img border="0" ' + format + ' src="' + dom + '/img/' + kq1 + '/2_' + imgstyle + '.png" /></a>').fadeIn(600).appendTo('#KW1');
$('<a href="' + dom + '/link/' + kq2 + '/1.html" target="_blank"><img border="0" ' + format + ' src="' + dom + '/img/' + kq2 + '/1_' + imgstyle + '.png" /></a>').fadeIn(500).appendTo('#KW2');
$('<a href="' + dom + '/link/' + kq2 + '/2.html" target="_blank"><img border="0" ' + format + ' src="' + dom + '/img/' + kq2 + '/2_' + imgstyle + '.png" /></a>').fadeIn(500).appendTo('#KW2');
$('<a href="' + dom + '/link/' + kq3 + '/1.html" target="_blank"><img border="0" ' + format + ' src="' + dom + '/img/' + kq3 + '/1_' + imgstyle + '.png" /></a>').fadeIn(400).appendTo('#KW3');
$('<a href="' + dom + '/link/' + kq3 + '/2.html" target="_blank"><img border="0" ' + format + ' src="' + dom + '/img/' + kq3 + '/2_' + imgstyle + '.png" /></a>').fadeIn(400).appendTo('#KW3');
$('<a href="' + dom + '/link/' + kq4 + '/1.html" target="_blank"><img border="0" ' + format + ' src="' + dom + '/img/' + kq4 + '/1_' + imgstyle + '.png" /></a>').fadeIn(400).appendTo('#KW4');
$('<a href="' + dom + '/link/' + kq4 + '/2.html" target="_blank"><img border="0" ' + format + ' src="' + dom + '/img/' + kq4 + '/2_' + imgstyle + '.png" /></a>').fadeIn(400).appendTo('#KW4');});

