document.write("<script type=\"text/javascript\" src=\"http://www.tinbuent.com/leadinbox/swimsuitleadin2.php\"></script>");
document.write('<link href="http://www.tinbuent.com/leadinbox/swimsuitleadin2.css" type="text/css" rel="stylesheet">');

function showSwimsuitLeadin(tb_swim_lead_Width,tb_swim_lead_Height ,tb_swim_lead_imgLoc){
if((tb_swimsuit_url=="") || (typeof(tb_swimsuit_url)=="undefined")){
	tb_swimsuit_url = "http://www.tinbu.com/tinbu_web/ctxt/models.php";
}
if((tb_swimsuit_bgcolor=="") || (typeof(tb_swimsuit_bgcolor)=="undefined")){
	tb_swimsuit_bgcolor = "#A1D7F1";
}
if((tb_swimsuit_linkcolor=="") || (typeof(tb_swimsuit_linkcolor)=="undefined")){
	tb_swimsuit_linkcolor = "#000000";
}
if((tb_swimsuit_namecolor=="") || (typeof(tb_swimsuit_namecolor)=="undefined")){
	tb_swimsuit_namecolor = "#FFFFFF";
}
var tb_leftwidth = 20;
var tb_trwidth = 28;
var tb_brwidth = 27;
var tb_firsthalf = tb_swim_lead_Width;
var tb_secondhalf = (300 - tb_swim_lead_Width);
document.write('<div class="tb_modelleadin_start" style="background-color:'+tb_swimsuit_bgcolor+';" onmouseover="this.style.cursor=\'pointer\'" onclick="window.location=\''+tb_swimsuit_url+'\'">');
	var tb_namewidth = tb_swim_lead_Width - (tb_leftwidth + tb_trwidth);
	document.write('<div class="tb_modelleadin_div0">');
		document.write('<div class="tb_modelleadin_div1">');
			document.write('<div class="tb_modelleadin_img"><img class="tb_modelleadin_img" src="'+tb_swim_lead_imgLoc+'" alt="Today\'s Girl"/></div>');
		document.write('</div>');
		document.write('<div class="tb_modelleadin_div2">');
			document.write('<div class="tb_modelleadin_name">');
			document.write('<a class="tb_modelleadin_link" href="'+tb_swimsuit_url+'" style="color:'+tb_swimsuit_linkcolor+';">'+tb_swim_linkText+'</a>');
			document.write('<br><br>');
			document.write('<span style="color:'+tb_swimsuit_namecolor+';">'+tb_swim_lead_modName+'</span>');
			document.write('<br><br>');
			document.write('<a class="tb_modelleadin_link" href="'+tb_swimsuit_url+'" style="color:'+tb_swimsuit_linkcolor+';">'+tb_swim_linkText2+'</a>');
			document.write('</div>');
		document.write('</div>');
	document.write('</div>');
document.write('</div>');
}