
	var ie ;
	ie = (navigator.appName.indexOf("Netscape")!= -1) ? false : true;
	if(ie){
	document.write("<OBJECT standby='Nanoteknoloji.tv video yükleniyor...' height='300' width='300'  ID='myPLAYER' CLASSID='clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95' codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715'>");
	document.write("<PARAM NAME='ShowControls' VALUE='true'> ");
	document.write("<PARAM NAME='ShowTracker' VALUE='false'> ");
	document.write("<param name='FileName' VALUE='"+ adres + "'>");
	document.write("<PARAM NAME='URL' VALUE='"+ adres + "'>");
	document.write("<PARAM NAME='enableContextMenu' VALUE='false'>");
	document.write("<PARAM NAME='Volume' VALUE='50'>");
	document.write("<PARAM NAME='stretchToFit' VALUE='True'>");
	document.write("<PARAM NAME='autoStart' VALUE='True'>");
	document.write("<param name='ShowStatusBar' value='true'> ");
	document.write("</OBJECT>");
	}
	else  {
	document.write("<OBJECT height='300' width='300'  ID='myPLAYER' CLASSID='clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95' codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715'>");
	document.write("<PARAM NAME='ShowControls' VALUE='true'> ");
	document.write("<PARAM NAME='ShowTracker' VALUE='false'> ");
	document.write("<param name='FileName' VALUE='"+ adres + "'>");
	document.write("<PARAM NAME='URL' VALUE='"+ adres + "'>");
	document.write("<PARAM NAME='enableContextMenu' VALUE='false'>");
	document.write("<PARAM NAME='Volume' VALUE='50'>");
	document.write("<PARAM NAME='stretchToFit' VALUE='True'>");
	document.write("<PARAM NAME='autoStart' VALUE='True'>");
	document.write("<param name='ShowStatusBar' value='true'> ");
	document.write("<embed src='"+adres+"' ShowTracker='false' ShowControls='true' ShowGotoBar='false' ShowDisplay='false' ShowStatusBar='true'  type='application/x-mplayer2' height='300' width='300'>");
	document.write("</OBJECT>");							 
	}

