var objDrag = null;		// Element, über dem Maus bewegt wurde

	var mouseX 	 = 0;				// X-Koordinate der Maus
	var mouseY 	 = 0;				// Y-Koordinate der Maus

  var offX = 0;					// X-Offset des Elements, das geschoben werden soll
  var offY = 0;					// Y-Offset des Elements, das geschoben werden soll

  // Browserweiche
	IE = document.all&&!window.opera;
	DOM = document.getElementById&&!IE;

  // Initialisierungs-Funktion
  function init(){
	  // Initialisierung der Überwachung der Events
	  document.onmousemove = doDrag;
	  document.onmouseup = stopDrag;
  }

  // Wird aufgerufen, wenn die Maus über einer Box gedrückt wird
	function startDrag(objElem) {
  	// Objekt der globalen Variabel zuweisen -> hierdurch wird Bewegung möglich
    objDrag = objElem;

    // Offsets im zu bewegenden Element ermitteln
    offX = mouseX - objDrag.offsetLeft;
    offY = mouseY - objDrag.offsetTop;
	}

  // Wird ausgeführt, wenn die Maus bewegt wird
	function doDrag(ereignis) {
  	// Aktuelle Mauskoordinaten bei Mausbewegung ermitteln
    mouseX = (IE) ? window.event.clientX : ereignis.pageX;
    mouseY = (IE) ? window.event.clientY : ereignis.pageY;

  	// Wurde die Maus über einem Element gedrück, erfolgt eine Bewegung
    if (objDrag != null) {
    	// Element neue Koordinaten zuweisen
      objDrag.style.left = (mouseX - offX) + "px";
      objDrag.style.top = (mouseY - offY) + "px";

      // Position in Statusleiste ausgeben
	    window.status = "Box-Position: " + objDrag.style.left + ", " + objDrag.style.top;
    }
	}

  // Wird ausgeführt, wenn die Maustaste losgelassen wird
	function stopDrag(ereignis) {
  	// Objekt löschen -> beim Bewegen der Maus wird Element nicht mehr verschoben
    objDrag = null;
	}

function hidebox(){
	if (DOM)
	document.getElementById('divID1').style.display = 'none';
	else if (IE)
	document.getElementById('divID1').style.display = 'none';
	//document.divID1.visibility = 'hide';
}

document.write('<style>');
document.write('.geoip_1');
document.write('{');
document.write('background-color:#000000;');
document.write('border: 1px solid #FF6600;');
document.write('text-align:center;');
document.write('}');
document.write('.geoip_1 p');
document.write('{');
document.write('padding-top:5px;');
document.write('padding-bottom:5px;');
document.write('margin:0px;');
document.write('border:0px solid #000000;');
document.write('text-align:center;');
document.write('}');
document.write('.geoip_1 a#geo');
document.write('{');
document.write('border:0px solid #000000;');
document.write('color:#FFFF33;');
document.write('font-size:16;');
document.write('font-family:arial;');
document.write('font-weight:bold;');
document.write('vertical-align:middle;');
document.write('text-decoration:none;');
document.write('background-color:transparent;');
document.write('text-align:center;');
document.write('}');
document.write('</style>');
document.write('<style type="text/css">');
document.write('.cam_328 {');
document.write('font-size:12 px;');
document.write('}');
document.write('.cam_328  table{');
document.write('font-size:12 px;');
document.write('border:1 px solid #FF0000;');
document.write('background-color:#000000;');
document.write('}');
document.write('.cam_328  td.text{');
document.write('text-align:center;');
document.write('font-weight:none;');
document.write('width:136 px;}');
document.write('.cam_328  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:#FFFFFF;');
document.write('background-color:transparent;text-decoration:none;');
document.write('}');
document.write('.cam_328  td#img{');
document.write('height:102 px;width:136 px;');
document.write('}');
document.write('.cam_328  td#show{');
document.write('text-align:center;');
document.write('}');
document.write('.cam_328  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:#FF0000;');
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>');
document.write('<style type=\'text/css\'>');
document.write('.layerDiv_328 {');
document.write('background-color:#FF0000;');
document.write('position:absolute;');
document.write('border:0px solid yellow;');
document.write('left:9px;');
document.write('top:105px;');
document.write('z-index:1;');
document.write('}');
document.write('#divID1{');
document.write('border:0px solid yellow;');
document.write('}');
document.write('.showimage{');
document.write('border:0px solid yellow;');
document.write('background-color:#FF0000;');
document.write('font-family:arial;');
document.write('font-size:12;');
document.write('background-color:#FF0000;');
document.write('width:10px;height:10px;');
document.write('left:9px;');
document.write('top:105px;z-index:2000;');
document.write('}');
document.write('.layerTable_328 {');
document.write('background-color:#000000;border:2 px solid #FF0000;}');
document.write('.layerDiv_328 td#drag_328 {');
document.write('padding-bottom:1px;padding-left:10px;');
document.write('background-color:#FF0000;cursor:pointer;');
document.write('font-size:12 px;');
document.write('text-align:left;');
document.write('font-family:arial;color:#000000;');
document.write('}');
document.write('.layerImg_328 {');
document.write('background-color:#000000;cursor:pointer;padding-right:2px;');
document.write('padding-bottom:2px;padding-top:2px;vertical-align:top;text-align:right;}');
document.write('img#layer_328 {');
document.write('background-color:#FF0000;width:10px;height:10px;text-align:right;');
document.write('}');
document.write('</style>');
var showlist_328 = new Array();
showlist_328.push(new show(19043, 'Inexis', 'I`m a hot chick - and always horny! I`m not that experienced, bit know I like: F...', 1, 'http://mm.777partner.com/images/1524942_137x102.jpg', 1, 0, 'A75076', 'http://mm.777partner.com/images/1565518_137x102.jpg'));
showlist_328.push(new show(1298, 'GeileCindy', 'Hi, I`m Cindy, a sex-bomb in heat! I`ll swallow anything that tastes good, espec...', 1, 'http://mm.777partner.com/images/1590977_137x102.jpg', 1, 1, 'A75076', 'http://mm.777partner.com/images/1590903_137x102.jpg'));
showlist_328.push(new show(17404, 'yassira', 'I`m a hot woman - who wants your cock - in her hands! I want to lick it  and mak...', 1, 'http://mm.777partner.com/images/1547585_137x102.jpg', 1, 0, 'A75076', 'http://mm.777partner.com/images/1380364_137x102.jpg'));
showlist_328.push(new show(1193, 'Virlanda', 'I\'m always in search of hot, carefree sexual adventures! I love the outdoors - a...', 1, 'http://mm.777partner.com/images/1586743_137x102.jpg', 1, 0, 'A75076', 'http://mm.777partner.com/images/1586744_137x102.jpg'));
showlist_328.push(new show(9494, 'geileVivian', 'Sweet pussy cat is looking for you to mistreat! I love every type of role play, ...', 1, 'http://mm.777partner.com/images/1486672_137x102.jpg', 1, 1, 'A75076', 'http://mm.777partner.com/images/1540562_137x102.jpg'));
showlist_328.push(new show(12798, 'Foxy Cute', 'I love to role play - especially when another woman is involved! I have a lot of...', 1, 'http://mm.777partner.com/images/1580926_137x102.jpg', 1, 0, 'A75076', 'http://mm.777partner.com/images/1532965_137x102.jpg'));
showlist_328.push(new show(15176, 'EDESSA', 'Hi! I\'m new - and happy to be here. Why don\'t you come to this young, sexy woman...', 1, 'http://mm.777partner.com/images/1581063_137x102.jpg', 1, 0, 'A75076', 'http://mm.777partner.com/images/1572660_137x102.jpg'));
showlist_328.push(new show(16550, 'ToiletQueenLate...', 'Welcome to my world of wild fantasies! I love latex - everything about it turns ...', 1, 'http://mm.777partner.com/images/1458888_137x102.jpg', 1, 1, 'A75076', 'http://mm.777partner.com/images/1339065_137x102.jpg'));
showlist_328.push(new show(20414, 'ZwergenLiebe', 'Hello - we are a really outstanding couple - who love sex and sensual play! We a...', 1, 'http://mm.777partner.com/images/1546758_137x102.jpg', 1, 0, 'A75076', 'http://mm.777partner.com/images/1546759_137x102.jpg'));
showlist_328.push(new show(12861, 'sweetsexy77', 'Fancy spending a little time with me? I\'m open to everything - so come to me, we...', 1, 'http://mm.777partner.com/images/1360641_137x102.jpg', 1, 1, 'A75076', 'http://mm.777partner.com/images/1549145_137x102.jpg'));
showlist_328.push(new show(13343, 'Saints', 'Hello to all! Kisses! I`m pretty - and new here, looking for some fun - and some...', 1, 'http://mm.777partner.com/images/1576373_137x102.jpg', 1, 1, 'A75076', 'http://mm.777partner.com/images/1576374_137x102.jpg'));
showlist_328.push(new show(1285, 'SweetReya', 'Hi there, I\'m Reya - and I\'m curious and spontaneous. I am always happy to meet ...', 1, 'http://mm.777partner.com/images/1507393_137x102.jpg', 1, 0, 'A75076', 'http://mm.777partner.com/images/1507384_137x102.jpg'));

									/**
									* setzt den Focus auf ein zu oeffnendes Fenster
									*/
									function windowFocus(win){
										if (parseInt(navigator.appVersion) >= 4) {
											win.window.focus();
										}
									}
		
									function statusMouseOut() {
										window.status='';
										return true;
									}
								
									function statusMouseOver(){
										window.status='Jetzt Live';
										return true;
									}
									 function openUrl(){
										sUrl  = 'http://www.777livecams.com/';
										sUrl += '?h=';
										sUrl += 'l=redrose';
										sUrl += '&id=A75076';
										sUrl += '&stid=w2_geoipm';
										sTarget = '_blank';
										windowProperties =  'width=' + screen.width + ',height=' + screen.height + ',toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1,top=1,left=1';
										temp = window.open(sUrl, sTarget, windowProperties);
										windowFocus(temp);
									}
									
			//var $querystring = '&stid=w2_' + camid + 'm&id=A75076&l=&l=redrose&h=off&nohead=0';
			var colspan = 2;
			var col = 2;
			var showshow_328 = 1;
			var showtext_328 = 1;
			var geoipset_328 = 0;
			var u = 0;
			/**
			 *
			 *  Base64 encode / decode
			 *  http://www.webtoolkit.info/
			 *
			 **/
			 
			var Base64 = {
			 
				// private property
				_keyStr : "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",
			 
				// public method for encoding
				encode : function (input) {
					var output = "";
					var chr1, chr2, chr3, enc1, enc2, enc3, enc4;
					var i = 0;
			 
					input = Base64._utf8_encode(input);
			 
					while (i < input.length) {
			 
						chr1 = input.charCodeAt(i++);
						chr2 = input.charCodeAt(i++);
						chr3 = input.charCodeAt(i++);
			 
						enc1 = chr1 >> 2;
						enc2 = ((chr1 & 3) << 4) | (chr2 >> 4);
						enc3 = ((chr2 & 15) << 2) | (chr3 >> 6);
						enc4 = chr3 & 63;
			 
						if (isNaN(chr2)) {
							enc3 = enc4 = 64;
						} else if (isNaN(chr3)) {
							enc4 = 64;
						}
			 
						output = output +
						this._keyStr.charAt(enc1) + this._keyStr.charAt(enc2) +
						this._keyStr.charAt(enc3) + this._keyStr.charAt(enc4);
			 
					}
			 
					return output;
				},
			 
				// public method for decoding
				decode : function (input) {
					var output = "";
					var chr1, chr2, chr3;
					var enc1, enc2, enc3, enc4;
					var i = 0;
			 
					input = input.replace(/[^A-Za-z0-9\+\/\=]/g, "");
			 
					while (i < input.length) {
			 
						enc1 = this._keyStr.indexOf(input.charAt(i++));
						enc2 = this._keyStr.indexOf(input.charAt(i++));
						enc3 = this._keyStr.indexOf(input.charAt(i++));
						enc4 = this._keyStr.indexOf(input.charAt(i++));
			 
						chr1 = (enc1 << 2) | (enc2 >> 4);
						chr2 = ((enc2 & 15) << 4) | (enc3 >> 2);
						chr3 = ((enc3 & 3) << 6) | enc4;
			 
						output = output + String.fromCharCode(chr1);
			 
						if (enc3 != 64) {
							output = output + String.fromCharCode(chr2);
						}
						if (enc4 != 64) {
							output = output + String.fromCharCode(chr3);
						}
			 
					}
			 
					output = Base64._utf8_decode(output);
			 
					return output;
			 
				},
			 
				// private method for UTF-8 encoding
				_utf8_encode : function (string) {
					string = string.replace(/\r\n/g,"\n");
					var utftext = "";
			 
					for (var n = 0; n < string.length; n++) {
			 
						var c = string.charCodeAt(n);
			 
						if (c < 128) {
							utftext += String.fromCharCode(c);
						}
						else if((c > 127) && (c < 2048)) {
							utftext += String.fromCharCode((c >> 6) | 192);
							utftext += String.fromCharCode((c & 63) | 128);
						}
						else {
							utftext += String.fromCharCode((c >> 12) | 224);
							utftext += String.fromCharCode(((c >> 6) & 63) | 128);
							utftext += String.fromCharCode((c & 63) | 128);
						}
			 
					}
			 
					return utftext;
				},
			 
				// private method for UTF-8 decoding
				_utf8_decode : function (utftext) {
					var string = "";
					var i = 0;
					var c = c1 = c2 = 0;
			 
					while ( i < utftext.length ) {
			 
						c = utftext.charCodeAt(i);
			 
						if (c < 128) {
							string += String.fromCharCode(c);
							i++;
						}
						else if((c > 191) && (c < 224)) {
							c2 = utftext.charCodeAt(i+1);
							string += String.fromCharCode(((c & 31) << 6) | (c2 & 63));
							i += 2;
						}
						else {
							c2 = utftext.charCodeAt(i+1);
							c3 = utftext.charCodeAt(i+2);
							string += String.fromCharCode(((c & 15) << 12) | ((c2 & 63) << 6) | (c3 & 63));
							i += 3;
						}
			 
					}
			 
					return string;
				}
			 
			}
		
			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_328(camid, camname){
				if(camname == undefined){
					camname = 'unnamed';
				}
				mypage  = 'http://777shows.com/direktlink/setcard.php?show=';
				quest = mypage.substr((mypage.length - 1), mypage.length - 1);
				if(quest != '?') mypage += camid + '&';
				mypage += 'culture=en';
				mypage += '&name=' + camname;
				// gallery
				//mypage += '&targeturl=' + escape(Base64.encode('index.php?id=A75076&menuid=gallery&camid=' + camid));
				// chat
				mypage += '&targeturl=' + escape(Base64.encode('index.php?id=A75076&showchat=' + camid));
				mypage += '&stid=layer_'  + camid + '&id=A75076&l=redrose&h=off&nohead=0';
				myname 	 = '_blank';
				winprops = 'top=0,left=0,height=600,width=800,scrollbars=yes,status=no,location=yes,menubar=no,resizable=yes,toolbar=yes';
				// 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('<body onload="init();">');
document.write('<div id="divID1" align="center" class="layerDiv_328" onmousedown="startDrag(this);">');
document.write('<div class="showimage">');
document.write('<a name="777LiveLayer_328"></a>');
document.write('<table border="0" class="layerTable_328" ');
document.write('cellspacing="0" cellpadding="0">');
document.write('<tr><td style="width:100%;vertical-align:top;">');
document.write('<table border="0" style="height:20px;" cellspacing="0" ');
document.write(' cellpadding="0">');
document.write('<tr>');
document.write('<td colspan="2" id="drag_328">');
document.write('<span style="border:0px solid #000000;font-size:12px;">');
document.write('50 free coins');
document.write('</span>');
document.write('</td>');
document.write('<td id="drag_328" style="text-align:right">');
document.write('<a style="text-align:right;" href="#777LiveLayer_328" ');
document.write('onClick="hidebox();return false" title="layer close">');
document.write('<img id="layer_328" ');
document.write('style="border:0px;padding-right:3px;padding-top:2px;" ');
document.write('src="http://mm.777partner.com/grafik/close_a.gif" ');
document.write('border="0" alt="layer close"');
document.write('title="layer close"></a>');
document.write('</td></tr>');
document.write('<tr>');
document.write('<td colspan="3" style="text-align:center;');
document.write('padding:0px;padding-top:0px;');
document.write('border:0px solid #FFFFFF;');
document.write('">');
document.write('<table cellspacing="0" cellpadding="0" border="0">');
				if(geoipset_328 == 0 || geoipset_328 == 2){
					document.write('<tr><td colspan="2">');document.write('<table cellpadding="0" width="100%" cellspacing="0" border="0">');
document.write('<tr><td style="padding:0px;margin:0px;">');
document.write('<div class=\"geoip_1\">');
document.write('<p align="center" style="text-align:center;">');
document.write('<a ');
document.write('id="geo"');
document.write('style="color:#FFFF33;');
document.write('font:arial;');
document.write('font-size:16 px;" ');
document.write('onMouseOver=\"return statusMouseOver();\" ');
document.write('onMouseOut=\"return statusMouseOut();\" ');
document.write('onClick=\"openUrl();\" ');
document.write('href=\"javascript:void(0);\" ');
document.write('title=\"now live online\" >');
document.write('Erotic alarm for United States');
document.write('</a></p></div>');
document.write('</tr></td>');
document.write('</table>');

					document.write('</tr></td>');
				}
			document.write('<tr><td colspan="2" style="border:0px solid #FF0000;width:282px;">');
			document.write('<table border="0" cellpadding="0" align="center" cellspacing="0" width="100%">');
			for (var i = 0; i < showlist_328.length; i++) {
				if(u == 0)document.write('<tr>');
				document.write('<td align="center" style="border:0px yellow solid;">');
				document.write('<div class="cam_328" style="margin:3 px;">');
				document.write('<table border="0" cellpadding="0" cellspacing="0" style="margin:2 px;background-color:#000000;border:1px solid #FF0000;">');
				// text anzeigen 
				if(showtext_328 != 0){
					document.write('<tr>');
					document.write('<td class="text" ');
					document.write(' title="now live online!!">');
					document.write('<a id="text" onclick="openSetcardLink_328(' + showlist_328[i].id + ', \'' + showlist_328[i].name + '\');" 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_328(' + showlist_328[i].id + ', \'' + showlist_328[i].name + '\');" href="javascript:void(0);"');
				document.write(' title="Visit me, now in my live show">');
				document.write('<img style="border:0px;background-color:transparent;" width="136" height="102" border="0" src="' + showlist_328[i].previewurl + '"');
				document.write('alt="' + showlist_328[i].name + ' (' + showlist_328[i].id + ')" onmouseover="changePreviewImg(this, \'' + showlist_328[i].changepreviewurl + '\');" onmouseout="changePreviewImg(this, \'' + showlist_328[i].previewurl + '\');" />');
					// sendsound einblenden wenn show es anbietet
					if(showlist_328[i].sendsound === 1){
						document.write('<img class="overlay" style="border:0px;background-color:transparent;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_328[i].cam2cam === 1){
						document.write('<img class="overlay" style="border:0px;background-color:transparent;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_328 != 0){
					document.write('<tr>');
					document.write('<td id="show">');
					document.write('<a id="show" onclick="openSetcardLink_328(' + showlist_328[i].id + ', \'' + showlist_328[i].name + '\');" href="javascript:void(0);"');
					document.write(' title="more infos" ');
					document.write(' style="font-size:12px;">');
					document.write(showlist_328[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>');
				if(geoipset_328 == 1 || geoipset_328 == 2){
					document.write('<tr><td colspan="2">');document.write('<table cellpadding="0" width="100%" cellspacing="0" border="0">');
document.write('<tr><td style="padding:0px;margin:0px;">');
document.write('<div class=\"geoip_1\">');
document.write('<p align="center" style="text-align:center;">');
document.write('<a ');
document.write('id="geo"');
document.write('style="color:#FFFF33;');
document.write('font:arial;');
document.write('font-size:16 px;" ');
document.write('onMouseOver=\"return statusMouseOver();\" ');
document.write('onMouseOut=\"return statusMouseOut();\" ');
document.write('onClick=\"openUrl();\" ');
document.write('href=\"javascript:void(0);\" ');
document.write('title=\"now live online\" >');
document.write('Erotic alarm for United States');
document.write('</a></p></div>');
document.write('</tr></td>');
document.write('</table>');
document.write('</tr></td>');
				}
				document.write('</table>');
								 document.write('</td></tr></table>');
								document.write('</div>');document.write('</td></tr></table>');
document.write('</td></tr></table>');
document.write('</div></div>');
