//
function include(my_chatname,my_password){
	//alert(my_chatname+" - "+my_password);
	if(membercam == "on"){

		document.getElementById("jsinc").innerHTML='<table width="718" border="1" cellspacing="0" cellpadding="12" align="center" bordercolor="'+specialcolor1+'"><tr><td><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td><table width="100%" border="0" cellspacing="0" cellpadding="5" align="center"><tr>'
						   + '<td  colspan="2" align="center" bgcolor="'+specialcolor1+'"><font face="Verdana" size="4" color="'+specialcolor2+'"><b>Loading - <i>i</i> 2 <i>i</i> (Eye to Eye) member cam.</b></font></td></tr><tr><td colspan="2" align="center"><font face="Verdana" size="2" color="'+linkcolor+'"><b>'
						   + 'Expose Yourself to your favorite Girls - with YOUR own WebCam.</b></font></td></tr></table></td></tr><tr><td colspan="3"><table width="100%" border="0" cellspacing="0" cellpadding="5"><tr><td valign="top"><font face="Verdana" size="3" color="'+attentioncolor+'"><b>Attention:</b></font>'
						   + '</td><td><table border="0" cellspacing="0" cellpadding="0"><tr><td><li></td><td><font face="Verdana" size="2" color="'+textcolor+'"><b>It may impact the frame rate (speed) of the Model Feed and Chat below !</b></font></td></tr><tr><td height="10"></td></tr><tr><td><li></td><td>'
						   + '<font face="Verdana" size="2" color="'+textcolor+'"><b>[ <a href="javascript:;" onclick="parent.window.membercam_off();return false">CLICK HERE</a> ] to deactivate <i>i</i> 2 <i>i</i> (Eye to Eye) member cam.</b></font></td></tr></table></td></tr></table></td></tr></table>';

		
		var url = "../startshow_icy_top.cfm?standardquery="+standardquery+"&sitelogo="+sitelogo+"&username="+my_chatname+"&chatname="+my_chatname+"&password="+my_password+"&bgcolor="+bgcolor+"&textcolor="+textcolor+"&linkcolor="+linkcolor+"&specialcolor1="+specialcolor1+"&specialcolor2="+specialcolor2+"&attentioncolor="+attentioncolor+"&starturl="+starturl+"&startinchat="+startinchat;
		document.getElementById("i2i").style.position = "absolute";
		document.getElementById("i2i").style.visibility = "hidden";
		setTimeout('document.getElementById("jsinc").innerHTML=\'<center><IFRAME ID="i2i_player" SRC="' + url + '" width="700" height="150" scrolling="no" frameborder=0 AllowTransparency="true"><\/IFRAME></center>\'',8000) ;
		window.status='Including i21 successful. Done';
		return false;
	} else {
		return false;
	}
};
//
function setup_jsinc(){
	//alert("!!!");
	document.write("<iframe name=\"testfrm\" src=\"about:blank\" width=0 height=0 AllowTransparency=\"true\"></iframe>");
	document.write("<div id=\"jsinc\"></div>");
};
//
