document.write('<style type="text/css">');
document.write('.cam_177 {');
document.write('font-size:12 px;');
document.write('}');
document.write('.cam_177  table{');
document.write('font-size:12 px;');
document.write('border:0 px solid #000000;');
document.write('background-color:#ffffff;');
document.write('}');
document.write('.cam_177  td.text{');
document.write('text-align:center;');
document.write('font-weight:none;');
document.write('width:136 px;}');
document.write('.cam_177  a#text{');
document.write('padding:0px;padding-center:3px;width:136 px;font-size:12 px;');
document.write('font-family:arial;vertical-align:bottom;font-weight:none;');
document.write('text-align:center;color:#000000;');
document.write('background-color:transparent;text-decoration:none;');
document.write('}');
document.write('.cam_177  td#img{');
document.write('height:102 px;width:136 px;');
document.write('}');
document.write('.cam_177  td#show{');
document.write('text-align:center;');
document.write('}');
document.write('.cam_177  a#show{');
document.write('padding:0px;padding-center:3px;width:136 px;font-size:12 px;');
document.write('font-family:arial;vertical-align:bottom;');
document.write('text-align:center;color:#ffa500;');
document.write('font-weight:none;');
document.write('background-color:transparent;text-decoration:none;');
document.write('}');
document.write('.image{');
document.write('width:136 px;height:102 px;text-align:center;');
document.write('position: relative;border:0px solid #FF0000;}');
document.write('.image img.overlay{');
document.write('border:0px solid #006666;');
document.write('position:absolute;');
document.write('}');
document.write('</style>');
document.write('<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head>');
var showlist_177 = new Array();
showlist_177.push(new show(12561, 'PINACOLADA69', 'Hi! My girlfriend and I are looking for an online  spontaneous and erotic date. ...', 1, 'http://mm.777partner.com/images/1455089_137x102.jpg', 1, 1, 'A95614', 'http://mm.777partner.com/images/1455090_137x102.jpg'));
showlist_177.push(new show(17851, 'Blondi18', 'Do you want to get to know me? Then come on in! I\'m single and always really hor...', 1, 'http://mm.777partner.com/images/1400424_137x102.jpg', 1, 0, 'A95614', 'http://mm.777partner.com/images/1400581_137x102.jpg'));
showlist_177.push(new show(17691, 'GabiMature1', 'I invite you to come and spend some hot moments with me - and have fun! I am a s...', 1, 'http://mm.777partner.com/images/1454575_137x102.jpg', 1, 0, 'A95614', 'http://mm.777partner.com/images/1454574_137x102.jpg'));
showlist_177.push(new show(18856, 'HornyKimberly', 'You will love what you are about to see! We both have great imaginations and wil...', 1, 'http://mm.777partner.com/images/1448891_137x102.jpg', 1, 0, 'A95614', 'http://mm.777partner.com/images/1448892_137x102.jpg'));
showlist_177.push(new show(6580, 'Hot Asiancouple', 'Hello horny men! We are a very spoiled, sexy Asian couple and there\'s nothing we...', 1, 'http://mm.777partner.com/images/1288883_137x102.jpg', 1, 0, 'A95614', 'http://mm.777partner.com/images/1288884_137x102.jpg'));
showlist_177.push(new show(9238, 'Versaute Lady', 'Hello, I\'m Linda - a naughty, frivolous lady - and in her prime! Sex and erotica...', 1, 'http://mm.777partner.com/images/1324577_137x102.jpg', 1, 1, 'A95614', 'http://mm.777partner.com/images/1263850_137x102.jpg'));

			//var $querystring = '&stid=w1_' + camid + 'm&id=A95614&l=&l=redrose&h=on&nohead=1';
			var colspan = 2;
			var col = 1;
			var showshow_177 = 1;
			var showtext_177 = 1;
			var geoipset_177 = 3;
			var u = 0;
			var BrowserDetect = {
				init: function () {
					this.browser = this.searchString(this.dataBrowser) || "An unknown browser";
					this.version = this.searchVersion(navigator.userAgent)
						|| this.searchVersion(navigator.appVersion)
						|| "an unknown version";
					this.OS = this.searchString(this.dataOS) || "an unknown OS";
				},
				searchString: function (data) {
					for (var i=0;i<data.length;i++)	{
						var dataString = data[i].string;
						var dataProp = data[i].prop;
						this.versionSearchString = data[i].versionSearch || data[i].identity;
						if (dataString) {
							if (dataString.indexOf(data[i].subString) != -1)
								return data[i].identity;
						}
						else if (dataProp)
							return data[i].identity;
					}
				},
				searchVersion: function (dataString) {
					var index = dataString.indexOf(this.versionSearchString);
					if (index == -1) return;
					return parseFloat(dataString.substring(index+this.versionSearchString.length+1));
				},
				dataBrowser: [
					{
						string: navigator.userAgent,
						subString: "Chrome",
						identity: "Chrome"
					},
					{ 	string: navigator.userAgent,
						subString: "OmniWeb",
						versionSearch: "OmniWeb/",
						identity: "OmniWeb"
					},
					{
						string: navigator.vendor,
						subString: "Apple",
						identity: "Safari",
						versionSearch: "Version"
					},
					{
						prop: window.opera,
						identity: "Opera"
					},
					{
						string: navigator.vendor,
						subString: "iCab",
						identity: "iCab"
					},
					{
						string: navigator.vendor,
						subString: "KDE",
						identity: "Konqueror"
					},
					{
						string: navigator.userAgent,
						subString: "Firefox",
						identity: "Firefox"
					},
					{
						string: navigator.vendor,
						subString: "Camino",
						identity: "Camino"
					},
					{		// for newer Netscapes (6+)
						string: navigator.userAgent,
						subString: "Netscape",
						identity: "Netscape"
					},
					{
						string: navigator.userAgent,
						subString: "MSIE",
						identity: "Explorer",
						versionSearch: "MSIE"
					},
					{
						string: navigator.userAgent,
						subString: "Gecko",
						identity: "Mozilla",
						versionSearch: "rv"
					},
					{ 		// for older Netscapes (4-)
						string: navigator.userAgent,
						subString: "Mozilla",
						identity: "Netscape",
						versionSearch: "Mozilla"
					}
				],
				dataOS : [
					{
						string: navigator.platform,
						subString: "Win",
						identity: "Windows"
					},
					{
						string: navigator.platform,
						subString: "Mac",
						identity: "Mac"
					},
					{
						string: navigator.platform,
						subString: "Linux",
						identity: "Linux"
					}
				]
			
			};
			BrowserDetect.init();
			// Browser name: BrowserDetect.browser
    		// Browser version: BrowserDetect.version
    		// OS name: BrowserDetect.OS
		
			function show(id, name, description, cam2cam, previewurl, online, sendsound, affiliateid, changepreviewurl) {
				this.id = id;
				this.name = name;
				this.description = description;
				this.cam2cam = cam2cam;
				this.previewurl = previewurl;
				this.online = online;
				this.sendsound = sendsound;
				this.affiliateid = affiliateid;
				this.changepreviewurl = changepreviewurl;
			}
								
			function openSetcardLink_177(camid){
				mypage  = 'http://www.777livecams.com/cam_register.php?targeturl=aW5kZXgucGhw&camid=';
				quest = mypage.substr((mypage.length - 1), mypage.length - 1);
				if(quest != '?') mypage += camid + '&';
				mypage += 'culture=en';
				mypage += '&stid=w1_'  + camid + 'm&id=A95614&l=redrose&h=on&nohead=1';
				myname 	 = '_blank';
				winprops = 'top=200,left=200,height=600,width=800,scrollbars=no,status=no,location=no,menubar=no,resizable=no,toolbar=no';
				// window.alert(mypage);
				// window.alert('_blank\nBrowserApp: ' + BrowserDetect.browser + '\nBrowserVersion:' + BrowserDetect.version);
				if('_blank' == '_self' && 
					parseInt(BrowserDetect.version) <= 6 && 
					BrowserDetect.browser == 'Explorer') {
					win = window.open(mypage, '_blank', winprops);
				} else {
					win = window.open(mypage, myname, winprops);
				}
				if (parseInt(navigator.appVersion) >= 4) win.window.focus();
			}
			
			function changePreviewImg(sImg, sSrc){
				//alert(sImg.src);
				if(sImg.src != sSrc){
					sImg.src = sSrc;
				}
			}
			
			function smartCaption(text, length) {
				if (text.length > length) {
					return text.substr(0, length-3) + '...';
				}
				else {
					return text;
				}
			}
			document.write('<div style="vertical-align:top;margin:0px;padding:0px;background-color:transparent;width:138px;border:0px solid #FFFFFF;">');
										document.write('<table cellspacing="0" cellpadding="0" border="0" style="border:0px solid #FF6633;background-color:#ffffff;">');
			document.write('<tr><td colspan="1" style="border:0px solid #FF0000;width:138px;">');
			document.write('<table border="0" cellpadding="0" align="center" cellspacing="0" width="100%">');
			for (var i = 0; i < showlist_177.length; i++) {
				if(u == 0)document.write('<tr>');
				document.write('<td align="center" style="border:0px yellow solid;">');
				document.write('<div class="cam_177" style="margin:2 px;">');
				document.write('<table border="0" cellpadding="0" cellspacing="0" style="margin:1 px;background-color:#ffffff;border:0px solid #000000;">');
				// text anzeigen 
				if(showtext_177 != 0){
					document.write('<tr>');
					document.write('<td class="text" ');
					document.write(' title="now live online!!">');
					document.write('<a id="text" onclick="openSetcardLink_177(' + showlist_177[i].id + ');" href="javascript:void(0);"');
					document.write(' title="Here you will see more from me" ');
					document.write(' style="font-size:12px;">');
					document.write('now live online</a>');
					document.write('</td>');
					document.write('</tr>');
				}
				
				// vorschaubild anzeigen
				document.write('<tr>');
				document.write('<td id="img">');
				document.write('<div class="image">');
				document.write('<a onclick="openSetcardLink_177(' + showlist_177[i].id + ');" href="javascript:void(0);"');
				document.write(' title="Visit me, now in my live show">');
				document.write('<img width="136" height="102" border="0" src="' + showlist_177[i].previewurl + '"');
				document.write('alt="' + showlist_177[i].name + ' (' + showlist_177[i].id + ')" onmouseover="changePreviewImg(this, \'' + showlist_177[i].changepreviewurl + '\');" onmouseout="changePreviewImg(this, \'' + showlist_177[i].previewurl + '\');" />');
					// sendsound einblenden wenn show es anbietet
					if(showlist_177[i].sendsound === 1){
						document.write('<img class="overlay" style="width:21px;height:17 px;position:absolute;left: 112px; top:3px;" src="http://mm.777partner.com/grafik/speaker.gif" ');
						document.write(' alt="audio" title="you can also give your microphone instructions to me" border="0" />');
					}
					if(showlist_177[i].cam2cam === 1){
						document.write('<img class="overlay" style="width:20px;height:17 px;position:absolute;left:113px;top:26px;" src="http://mm.777partner.com/grafik/cam2cam.gif" ');
						document.write(' alt="cam2cam" title="Perhaps you also want to show me, I like cam2cam" border="0" />');
					}
				document.write('</a>');
				document.write('</div>');
				document.write('</td>');
				document.write('</tr>');
				
				// shownamen anzeigen
				if(showshow_177 != 0){
					document.write('<tr>');
					document.write('<td id="show">');
					document.write('<a id="show" onclick="openSetcardLink_177(' + showlist_177[i].id + ');" href="javascript:void(0);"');
					document.write(' title="more infos" ');
					document.write(' style="font-size:12px;">');
					document.write(showlist_177[i].name + '</a>');
					document.write('</td>');
					document.write('</tr>');
				}
				
				document.write('</table>');
				//document.write('</div>');
		    	document.write('</td>');
		    	u++;
		    	if(u == col){
			    	document.write('</tr>');
					u = 0;
		    	}
			}
			document.write('</td></tr>');document.write('</table>');
								 document.write('</td></tr></table>');
								document.write('</div>');
