function show(file,url,w,h)
{
var t = file.split(".");
var ext = t[t.length-1].toLowerCase();
var buf = "";
if (ext == "swf" )
{
buf += "";
buf += "";
}
else
{
buf = "
";
}
document.write(buf);
}
show('/upload2/2010_08_12_1281609105_46869.gif','http://adquan.com/article.php?id=5536',541,122)