You are on page 1of 12

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.

or
g/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" HREF="http://www.pln.co.id/images/logo_pln.jpg
">
<title>PT PLN (Persero)</title>
<script type="text/javascript">
function GetXmlHttpObject()
{
var xmlHttp=null;
try
{
// Firefox, Opera 8.0+, Safari
xmlHttp=new XMLHttpRequest();
}
catch (e)
{
//Internet Explorer
try
{
xmlHttp=new ActiveXObject("Msxml2.XMLHTTP");
}
catch (e)
{
xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");
}
}
return xmlHttp;
}
function kirim(id)
{
var xmlHttp=GetXmlHttpObject()
var url="kanwil.php";
url1=url+"?id="+id;
xmlHttp.onreadystatechange=hasil;
function hasil()
{
if(id==0)
{
document.getElementById("tampil").inn
erHTML="";
document.getElementById("cabang").inn
erHTML="";
document.getElementById("showtab").in
nerHTML="";
}
else if (xmlHttp.readyState==4 || xmlHttp.readyState=="c
omplete")
{
document.getElementByI
d("tampil").innerHTML=xmlHttp.responseText;
}
else
{
alert("Problem retrie
ving data:" + xmlhttp.statusText);
}
}
var ajaxDisplay = document.getElementByI
d("tampil");
ajaxDisplay.innerHTML = "<img src=loade
r.gif border=0>&nbsp;Harap Tunggu";
xmlHttp.open("GET",url1,true);
xmlHttp.send(null);
}
function cab(id)
{
var xmlHttp=GetXmlHttpObject()
var url="cabang.php";
url1=url+"?id="+id;
xmlHttp.onreadystatechange=hasil;
function hasil()
{
if(id==0)
{
document.getElementById("cabang").inn
erHTML="";
}
else if (xmlHttp.readyState==4 || xmlHttp.readyState=="c
omplete")
{
document.getElementByI
d("cabang").innerHTML=xmlHttp.responseText;
}
else
{
alert("Problem retrie
ving data:" + xmlhttp.statusText);
}
}
var ajaxDisplay = document.getElementById("cabang");
ajaxDisplay.innerHTML = "<img src=loade
r.gif border=0>&nbsp;Harap Tunggu";
xmlHttp.open("GET",url1,true);
xmlHttp.send(null);
}
function tab(id)
{
var xmlHttp=GetXmlHttpObject()
var url="layanan.php";
url1=url+"?id="+id;
xmlHttp.onreadystatechange=hasil;
function hasil()
{
if(id==0)
{
document.getElementById("showtab").in
nerHTML="";
}
else if (xmlHttp.readyState==4 || xmlHttp.readyState=="c
omplete")
{
document.getElementByI
d("showtab").innerHTML=xmlHttp.responseText;
}
else
{
alert("Problem retrie
ving data:" + xmlhttp.statusText);
}
}
var ajaxDisplay = document.getElementById("showtab");
ajaxDisplay.innerHTML = "<img src=loade
r.gif border=0>&nbsp;Harap Tunggu";
xmlHttp.open("GET",url1,true);
xmlHttp.send(null);
}
function kirim1(id)
{
var xmlHttp=GetXmlHttpObject()
var url="../kontak-kami/keluhan.php";
url1=url+"?id="+id;
xmlHttp.onreadystatechange=hasil;
function hasil()
{
if(id==0)
{
document.getElementById("tampil1").in
nerHTML="";
}
else if (xmlHttp.readyState==4 || xmlHttp.readyState=="c
omplete")
{
document.getElementByI
d("tampil1").innerHTML=xmlHttp.responseText;
}
else
{
alert("Problem retrie
ving data:" + xmlhttp.statusText);
}
}
var ajaxDisplay = document.getElementByI
d("tampil1");
ajaxDisplay.innerHTML = "<img src=load
er.gif border=0>&nbsp;Harap Tunggu";
xmlHttp.open("GET",url1,true);
xmlHttp.send(null);
}
function kirim2(id)
{
var xmlHttp=GetXmlHttpObject()
var url="../kontak-kami/kab.php";
url1=url+"?id="+id;
xmlHttp.onreadystatechange=hasil;
function hasil()
{
if(id==0){
document.getElementByI
d("tampil2").innerHTML="";
}
else if (xmlHttp.readyState==4 || xmlHttp.readyState=="c
omplete")
{
document.getElementByI
d("tampil2").innerHTML=xmlHttp.responseText;
}
else
{
alert("Problem retrie
ving data:" + xmlhttp.statusText);
}
}
var ajaxDisplay = document.getElementByI
d("tampil2");
ajaxDisplay.innerHTML = "<img s
rc=loader.gif border=0>&nbsp;Harap Tunggu";
xmlHttp.open("GET",url1,true);
xmlHttp.send(null);
}
function kirim3(id)
{
var xmlHttp=GetXmlHttpObject()
var url="../kontak-kami/subjek.php";
url1=url+"?id="+id;
xmlHttp.onreadystatechange=hasil;
function hasil()
{
if (xmlHttp.readyState==4 || xmlHttp.readyState=="comple
te")
{
document.getElementByI
d("tampil3").innerHTML=xmlHttp.responseText;
}
else
{
alert("Problem retrie
ving data:" + xmlhttp.statusText);
}
}
var ajaxDisplay = document.getElementByI
d("tampil3");
ajaxDisplay.innerHTML = "<img s
rc=loader.gif border=0>&nbsp;Harap Tunggu";
xmlHttp.open("GET",url1,true);
xmlHttp.send(null);
}
function ajaxLoginFunction(){
var ajaxRequest;
try{
// Opera 8.0+, Firefox, Safari
ajaxRequest = new XMLHttpRequest();
} catch (e){
// Internet Explorer Browsers
try{
ajaxRequest = new ActiveXObject("Msxml2.
XMLHTTP");
} catch (e) {
try{
ajaxRequest = new ActiveXObject(
"Microsoft.XMLHTTP");
} catch (e){
// Something went wrong
alert("Your browser broke!");
return false;
}
}
}
// Create a function that will receive data sent from th
e server
ajaxRequest.onreadystatechange = function(){
if(ajaxRequest.readyState == 4){
var ajaxDisplay = document.getElementByI
d('subs');
ajaxDisplay.innerHTML = ajaxRequest.resp
onseText;
}
}
var nama = document.getElementById('nama').value;
var email = document.getElementById('email').value;
var ajaxDisplay = document.getElementById('subs');
ajaxDisplay.innerHTML = "<img src=../inc-depot/ajax-loa
der.gif border=0>&nbsp;Harap Tunggu <br>Subscribing...";
var queryString = "nama=" + nama + "&email=" + email ;
ajaxRequest.open("POST", "../inc-depot/verify.php", true
);
ajaxRequest.setRequestHeader("Content-Type","application
/x-www-form-urlencoded; charset=UTF-8");
ajaxRequest.send(queryString);
}
</script>

<link rel="stylesheet" type="text/css" href="/stylesheet/pln_base.css" />
<link rel="stylesheet" type="text/css" href="/stylesheet/pln_ext.css" />
<link rel="stylesheet" type="text/css" media="screen" href="/css/jquery.ketchup.
css" />
<script type="text/javascript" src="/js/jquery.min.js"></script>
<script type="text/javascript" src="/js/jqueryslidemenu.js"></script>
<script type="text/javascript" src="/js/jquery.jcarousel.min.js"></script>
<script type="text/javascript" src="/js/slides.min.jquery.js"></script>

<script type="text/javascript" src="/js/jquery.ketchup.js"></script>
<script type="text/javascript" src="/js/jquery.ketchup.messages.js"></script>
<script type="text/javascript" src="/js/jquery.ketchup.validations.basic.js"></s
cript>
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery('#n').ketchup();
});

//only required for PLN HOME
jQuery(document).ready(function() {
jQuery('#wartapln').jcarousel({
wrap: 'circular'
});
jQuery('#ceonotes').jcarousel({
wrap: 'circular'
});
});
$(document).ready(function() {
//Default Action
$(".tab_content").hide(); //Hide all content
$("ul.tabs li:first").addClass("active").show(); //Activate firs
t tab
$(".tab_content:first").show(); //Show first tab content
//On Click Event
$("ul.tabs li").click(function() {
$("ul.tabs li").removeClass("active"); //Remove any "act
ive" class
$(this).addClass("active"); //Add "active" class to sele
cted tab
$(".tab_content").hide(); //Hide all tab content
var activeTab = $(this).find("a").attr("href"); //Find t
he rel attribute value to identify the active tab + content
$(activeTab).fadeIn(); //Fade in the active content
return false;
});
});
$(function(){
$('#slides').slides({
preload: true,
preloadImage: 'images/loading.gif',
play: 5000,
pause: 2500,
hoverPause: true
});
});
function ajaxLoginFunction(){
var ajaxRequest;
try{
// Opera 8.0+, Firefox, Safari
ajaxRequest = new XMLHttpRequest();
} catch (e){
// Internet Explorer Browsers
try{
ajaxRequest = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
try{
ajaxRequest = new ActiveXObject("Microsoft.XMLHT
TP");
} catch (e){
// Something went wrong
alert("Your browser broke!");
return false;
}
}
}
// Create a function that will receive data sent from the server
ajaxRequest.onreadystatechange = function(){
if(ajaxRequest.readyState == 4){
var ajaxDisplay = document.getElementById('subs');
ajaxDisplay.innerHTML = ajaxRequest.responseText;
}
}
var nama = document.getElementById('nama').value;
var email = document.getElementById('email').value;
var ajaxDisplay = document.getElementById('subs');
ajaxDisplay.innerHTML = "<img src=../inc-depot/ajax-loader.gif border=0
>&nbsp;Harap Tunggu <br>Subscribing...";
var queryString = "nama=" + nama + "&email=" + email ;
ajaxRequest.open("POST", "../inc-depot/verify.php", true);
ajaxRequest.setRequestHeader("Content-Type","application/x-www-form-urle
ncoded; charset=UTF-8");
ajaxRequest.send(queryString);
}
</script></head>
<body >
<div align="center">
<div id="awal" >
<div id="header_pln">
<div id="header_pln_kiri" style="background-repe
at:no-repeat;width:450px;float:left;">
<a href="http://www.pln.co.id/"><img src="../images/pln-logo.jp
g" style="background-repeat:no-repeat;float:left;border:0px;"/></a><div>
<span style="margin-left:40px;"><h1 style="font:Taho
ma, Geneva, sans-serif; font-size:18px;margin-left:0px;margin-top:35px;text-alig
n:left;">PT. PLN (Persero)</h1><h3 style="font:Tahoma, Geneva, sans-serif; font-
size:14px;margin-left:100px;text-align:left;"></h3></span></div></div>
<div id="header_pln_kanan" style="">
<div id="header_pln_kanan_1" style="float:right;
">
<a href="http://www.pln.co.id/"><img src="../images/ind.png" ti
tle="Indonesia" style="margin-top:12px;" align="left"/></a>
<a href="http://www.pln.co.id/eng"><img src="..
/images/us.png" title="English" style="margin-top:12px; margin-left:5px; margin-
right:3px;" align="left"/></a>
<div id="posisi_menu">
<ul>
<li id="header_menu"><a href="http://www.pln.co.id/?p=129">CSR</a></li>
<li id="header_menu">|</li>
<li id="header_menu"><a href="http://www.pln.co.id/?p=2260">Careers</a></li>
<li id="header_menu">|</li>
<li id="header_menu"><a href="http://www.pln.co.id/?p=2065">Site Map</a></li>
<li id="header_menu">|</li>
<li id="header_menu"><a href="http://www.pln.co.id/?p=133">FAQ's</a></li>
<li id="header_menu">|</li>
<li id="header_menu"><a href="http://www.pln.co.id/kontak-kami">Kontak Kami</a><
/li></ul> </div>
</div>
<div id="header_pln_kanan_2">
<img src="../images/header_logo.jpg" align="right"/><br />
<form action="http://www.pln.co.id/gsearch" id="cse-search-box" style="float:rig
ht;margin-right:10px;margin-top:5px;">
<table><tr><td>
<input type="hidden" name="cx" value="partner-pub-9729949170022328:kl0vpmp4y
cp" />
<input type="hidden" name="cof" value="FORID:10" />
<input type="hidden" name="ie" value="ISO-8859-1" />
<input type="text" name="q" size="31" style="height:22px;"/></td><td>
<input type="submit" name="sa" value="" align="absbottom" class="buttonCari
"/></td></tr></table>
</form>
<script type="text/javascript" src="//www.google.co.id/cse/brand?form=cse-search
-box&amp;lang=in"></script>
</div>
</div>
</div>
<div id="menu_pln">
<div style="margin-left:14px;margin-top:0px;">
<div class="jqueryslidemenu_aw"></div>
<div id="myslidemenu" class="jqueryslidemenu">
<ul>
<li><a href="http://www.pln.co.id" class="first" >Beranda</a>
</li>
<li><a href="#" class="level1 " >Pelanggan</a>
<ul style="z-index: 1000;">
<li style="z-index: 1000;"><a href="http://www.pln.co.id/pbpd"><span style='marg
in-left:15px;'>Layanan Online</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=47"><span style='mar
gin-left:15px;'>Listrik Pintar</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=31"><span style='mar
gin-left:15px;'>Pelayanan Sosial</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=33"><span style='mar
gin-left:15px;'>Rumah Tangga</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=34"><span style='mar
gin-left:15px;'>Bisnis</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=36"><span style='mar
gin-left:15px;'>Industri</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=39"><span style='mar
gin-left:15px;'>Kantor Pemerintahan &amp; PJU</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=41"><span style='mar
gin-left:15px;'>Traksi</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=43"><span style='mar
gin-left:15px;'>Curah</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=45"><span style='mar
gin-left:15px;'>Layanan Khusus</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=49"><span style='mar
gin-left:15px;'>Tarif Tenaga Listrik</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=8473"><span style='m
argin-left:15px;'>Uang Jaminan Langganan</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=5397"><span style='m
argin-left:15px;'>Informasi P2TL</span></a></li>
</ul>
</li>
<li><a href="#" class="level1 " >Investor</a>
<ul style="z-index: 1000;">
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=53"><span style='mar
gin-left:15px;'>Laporan Keuangan</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=55"><span style='mar
gin-left:15px;'>Laporan Tahunan</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=4828"><span style='m
argin-left:15px;'>Laporan Statistik</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=61"><span style='mar
gin-left:15px;'>RUPTL</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=63"><span style='mar
gin-left:15px;'>Proyek Jawa-Bali Crossing</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=65"><span style='mar
gin-left:15px;'>IPP</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=67"><span style='mar
gin-left:15px;'>Non Deal Road Show</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=4738"><span style='m
argin-left:15px;'>IPTD II Loan IBRD</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/dataweb/others/PermenES
DM-21-2013.pdf"><span style='margin-left:15px;'>Permen ESDM 21 Tahun 2013</span>
</a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/rfm"><span style='margi
n-left:15px;'>Request For Meeting</span></a></li>
</ul>
</li>
<li><a href="#" class="level1 " >Media</a>
<ul style="z-index: 1000;">
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?category_name=siaran-p
ers"><span style='margin-left:15px;'>Siaran Pers</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?category_name=warta-pl
n"><span style='margin-left:15px;'>Warta PLN</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=79"><span style='mar
gin-left:15px;'>Profil Perusahaan</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=81"><span style='mar
gin-left:15px;'>Email Alert</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=85"><span style='mar
gin-left:15px;'>Istilah Kelistrikan</span></a></li>
</ul>
</li>
<li><a href="#" class="level1 " >Suplier</a>
<ul style="z-index: 1000;">
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=91"><span style='mar
gin-left:15px;'>Syarat Menjadi Vendor</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=93"><span style='mar
gin-left:15px;'>Pengumuman</span></a></li>
<li style="z-index: 1000;"><a href="http://eproc.pln.co.id"><span style='margin-
left:15px;'>Portal E-Proc</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=97"><span style='mar
gin-left:15px;'>Pendaftaran Vendor</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/ipp"><span style='margi
n-left:15px;'>Local Product Announcement</span></a></li>
</ul>
</li>
<li><a href="#" class="level1 " >Tentang Kami</a>
<ul style="z-index: 1000;">
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=102"><span style='ma
rgin-left:15px;'>Profil Perusahaan</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=6498"><span style='m
argin-left:15px;'>Good Corporate Governance</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=104"><span style='ma
rgin-left:15px;'>Struktur Perusahaan</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=115"><span style='ma
rgin-left:15px;'>Dewan Komisaris</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?page_id=3185"><span st
yle='margin-left:15px;'>Direksi</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=117"><span style='ma
rgin-left:15px;'>Bisnis PLN</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=119"><span style='ma
rgin-left:15px;'>Inovasi Dan Penghargaan</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?category_name=ceo-note
s"><span style='margin-left:15px;'>CEO Note</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=123"><span style='ma
rgin-left:15px;'>Anak Perusahan</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=125"><span style='ma
rgin-left:15px;'>PLN Peduli</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=2772"><span style='m
argin-left:15px;'>Keterbukaan Informasi Publik</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=2944"><span style='m
argin-left:15px;'>Pedoman Perilaku</span></a></li>
<li style="z-index: 1000;"><a href="http://www.pln.co.id/?p=7250"><span style='m
argin-left:15px;'>Whistleblower's System</span></a></li>
</ul>
</li>
<li><a href="http://www.pln.co.id/?p=127" >Unit PLN</a>
</li>
</ul>

<br style="clear: left" />
</div>
<div class="jqueryslidemenu_ak"></div>
</div>
</div>

<style type="text/css">
#ar-layout{
font-size:15px;
}
#ar-layout td{
text-align:center;
padding:5px;
}
#ar-layout select{
border:solid 1px #8d8d8d;
font-family:tahoma;
font-size:14px;
padding:3px;
}
#ar-input{
border:solid 1px #8d8d8d;
font-family:tahoma;
font-size:25px;
padding:3px;
width:250px;
text-align:center;
}
#ar-button{
border:solid 1px #8d8d8d;
font-family:tahoma;
font-size:21px;
padding:5px;
text-align:center;
}
</style>
<div id="container">
<div id="contentleft-wp">
<div id="primary" class="widget-area" role="comp
lementary">
<ul class="xoxo">
<li id="text-4" class="widget-container
widget_text"><h3 class="widget-title">Permohonan</h3>
<div class="textwidget">
<ul>
<li><a href="ind
ex.php">Pasang Baru</a></li>
<li><a href="PD.
php">Perubahan Daya / Migrasi</a></li>
<li><a href="Pes
ta.php">Sambungan Sementara</a></li>
</ul>
</div>
</li>
</ul>
<ul class="xoxo">
<li id="text-4" class="widget-container
widget_text"><h3 class="widget-title">Informasi</h3>
<div class="textwidget">
<ul>
<li><a href="Sta
tus.php">Status Permohonan</a></li>
<li><a href="Kon
firmasi.php">Entri Kode Konfirmasi</a></li>
<li><a href="Inf
oBank.php">Info Bank</a></li>
</ul>
</div>
</li>
</ul>
</ul>
<ul class="xoxo">
<li id="text-4" class="widget-container
widget_text"><h3 class="widget-title">Alur Permohonan</h3>
<div class="textwidget">
<ul>
<li><a href="Alu
rPB.php">Pasang Baru</a></li>
<li><a href="Alu
rPD.php">Perubahan Daya / Migrasi</a></li>
<li><a href="Alu
rPS.php">Sambungan Sementara</a></li>
</ul>
</div>
</li>
</ul>
<br/>
<br/>
</div>
</div>
<div id="content-wp">
<br/>
<h1 style='font-size:17px;'>Pasang Baru Online</h1>
<div id="container">
<iframe src="http://layanan.pln.co.id/PBMohon.ht
ml" width="640" height="850" frameborder="0">
<p>Your browser does not support iframes
.</p>
</iframe>
</div>
</div>
</div>
<div class="clear"><!-- --></div>
<div id="footer_pln">
<div id="footer_pln_kiri">
<div id="footer_pln_kiri_1">
<div id="posisi_menu_bwh">
<ul>
<li id="header_menu"><a href="http://www.pln.co.id">Beranda</a></li>
<li id="header_menu">|</li>
<li id="header_menu"><a href="https://webmail.pln.co.id/owa">Webmail</a></li>
<li id="header_menu">|</li>
<li id="header_menu"><a href="http://www.pln.co.id/?p=137">Produk & Layanan</a><
/li>
<li id="header_menu">|</li>
<li id="header_menu"><a href="http://www.pln.co.id/?p=2260">Careers</a></li>
<li id="header_menu">|</li>
<li id="header_menu"><a href="http://www.pln.co.id/unit-pln">Unit PLN</a></li>
<li id="header_menu">|</li>
<li id="header_menu"><a href="http://optimus.pln.co.id">Optimus</a></li></ul>
</div>
</div>
<!-- 2 baris ini di masukan dalam sidebar-->
<div class="style2 style3" id="footer_pln_kiri_2
" >Copyrights &copy; 2011 PT. PLN (Persero) All Rights Reserved</div>

<div id="footer_pln_kiri_3"><a href="http://www.
pln.co.id/?p=2069">Terms of Service</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://w
ww.pln.co.id/?p=2071">Privacy Policy</a>
</div>
</div>
<div id="footer_pln_kanan_1">
<div id="footer_pln_kanan_2" style="padding:5px;">
<form id='n'>
<h3><span><h3><span style="font:Tahoma, Geneva, sans-serif;
font-size:14px;"><a href="http://www.pln.co.id/?feed=rss2
"><img src="/images/rss_icon.png" align="absmiddle"border="0"/></a>
Ikuti Berita Dari Kami</span></h3>
<div style="font-family:tahoma; font-size:11px; font-style:n
ormal" id='subs'>
<span>
<input type="text" name="nama" id="nama" size="1000px" value
="Nama Anda" onblur="if(this.value=='') this.value='Nama Anda';" onfocus="if(thi
s.value=='Nama Anda') this.value='';" class="validate(required) input" style="ma
rgin-bottom:5px;width:255px;margin-top:5px;"/><br />
<input type="text" name="email" id="email" size="1000px" va
lue="Alamat Email" onblur="if(this.value=='') this.value='Alamat Email';" onfocu
s="if(this.value=='Alamat Email') this.value='';" class="validate(email) input"
style="width:255px;"/><br />
<input type="button" class="buttonSubs" onclick="ajaxLoginFun
ction()" value="" style="margin-top:5px;"/>
</span>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>

You might also like