
var lit_params;
var lit_alt;
var this_url = document.location.protocol + "//" + document.location.host;
//var this_url = document.location.protocol + "//www.417shopping.com";
if (lit_id != "")
{
	lit_params = "?lid=" + lit_id + "&url=" + this_url;
}
var lit_url = "http://www.legitit.com/LegitThis.aspx" + lit_params;
var img_url = "http://www.legitit.com/Legitit/Image.ashx" + lit_params; 

var lit_write;
if (lit_name != "")
{
	lit_alt = lit_name;
	lit_write = "<a href='" + lit_url + "' target='_blank'><img src='" + img_url + "' alt='" + lit_alt + "' border='0'/></a>"; 
}
else
{
	lit_write = "<a href='" + lit_url + "' target='_blank'><img src='" + img_url + "' alt='' border='0'/></a>"; 
}

document.write(lit_write);


