﻿document.write(
'<OBJECT classid="CLSID:' + CLSID_Player + '" width="0" height="0" CODEBASE="http://www.peeringportal.net/caburl/p3controls.cab#version=1,0,0,0" id="PLAYER" style="position:absolute; LEFT: 0px; TOP: 0px; WIDTH: 0px; height:0;" type="application/x-oleobject" VIEWASTEXT>' + 
'	<PARAM NAME="SetLBS" value="' + sz_lbs +'">' + 
'	<PARAM NAME="URL" value=""> ' + 
'	<PARAM NAME="autostart" value="0"> ' +
'	<PARAM NAME="LogSvr" value="' + sz_log_pplog +'">' + 
'	<PARAM NAME="ServiceID" value="' + sz_log_serviceid +'">' +
'	<PARAM NAME="UserID" value="' + sz_log_userid +'">' +
'	<PARAM NAME="Gender" value="' + sz_log_gender +'">' +
'	<PARAM NAME="Age" value="' + sz_log_age +'">' +
'	<PARAM NAME="ChargedUser" value="' + sz_log_chargeduser +'">' +
' <PARAM NAME="Provider" value="PeeringPortal">' + 
' <PARAM NAME="Language" value="KOR">' +
'</OBJECT>');