一键打卡 每日打卡 龙鳞魔堡 金豆锻造 荣誉胸章 海底寻宝 非诚勿扰 虚拟刮奖 杂货道具 好友印象 心情随笔 中华银行 家族部落 积分兑换 图片上传 在线查毒
发表新帖 回帖
No.43903
傷心、
  

出租车内换衣换人恶搞···

本贴由: 中华游戏网 会员: 傷心、 发表于: 2010-02-01 22:43 共31200人围观 8人回复

中华游戏网 cnyouw
CNYOUW.CNSIGNATURE
-高端冷艳狂拽炫酷屌-
No.51731
柳昱甫
  
呼呼呼呼
CNYOUW.CNSIGNATURE
◇.﹎(.(陌。(玍)) - ‘只是,[為]勒,躲開[-] 種熟悉。 。Emp° 囧rz
No.52243
y8112130
  
都蒙圈了哈 哈
CNYOUW.CNSIGNATURE
中华游戏网 — 玩你所玩,乐你所乐!cnyouw.cn
No.53742
xf85515889
  
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<link rel="icon" href="mu.ico" type="image/x-icon">
<link rel="shortcut icon" href="mu.ico" type="image/x-icon">
<style type="text/css">

body
{
 text-align:center;
 padding:0; margin:0;
 background-image:url('img/bg.gif');
 font-family: arial;
 font-size: 11px;
 text-align: left;
 background-color:#D9D9D6;
}
table
{
  font-family:arial;
}
#main
{
 width:994px;
 position: relative;
 margin-top:0px;
 text-align:left;
}
a
{
 color: #000000;
 font-family:arial;
 font-size:12px;
}

.bmenuhref
{
  color:#FFFFFF;
  text-decoration:none;
  font-family:arial;
  font-size:12px;
}
.bmenuhref:hover
{
  text-decoration:underline;
}
div.fileinputs
{
 position: relative;
}
div.fakefile
{
 position: absolute;
 top: -5px;
 left: 0px;
 z-index: 1;
}
input.file
{
 position: relative;
 text-align: right;
 -moz-opacity:0 ;
 filter:alpha(opacity: 0);
 opacity: 0;
 z-index: 2;
 
 width:px;
 
 cursor:default;
}

.file2
{
 position: relative;
 text-align: right;
 -moz-opacity:0 ;
 filter:alpha(opacity: 0);
 opacity: 0;
 z-index: 2;
 width:660px;
 cursor:hand;
}

</STYLE>
<HEAD>
<TITLE> Multiupload.com - upload your files to multiple file hosting sites! </TITLE>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<script type="text/javascript">

document.domain = 'multiupload.com';

function getXmlHttpRequestObject()

 if (window.XMLHttpRequest)
 {  
  return new XMLHttpRequest(); 
 }
 else if(window.ActiveXObject)
 {  
  return new ActiveXObject("Microsoft.XMLHTTP"); 
 }
 else
 {  
  alert('Please update your browser!');
 }
}

function selectfetchinput()
{
 document.getElementById('fetchinfo').style.display='none';
 document.getElementById('fetchfield0').focus();
 if (document.getElementById('fetchfield0').value == 'http://')
 {
   document.getElementById('fetchfield0').select();
 }
}
function multisource()

  if (document.multimode == 0)
  {
    document.multimode=1;
 document.getElementById('multimodetxt').innerHTML = 'Uploading';
 document.getElementById('filefetch').style.display = '';
 document.getElementById('regularupload').style.display = 'none';
 document.getElementById('regularupload_multi').style.display = 'none';
 document.getElementById('filefetch_multi').style.display = '';
 if ((document.getElementById('fetchfield0').value == '') || (document.getElementById('fetchfield0').value == 'http://'))
 {
   document.getElementById('fetchfield0').value = 'http://';
   document.getElementById('fetchinfo').style.display='';
 }
 document.getElementById('multitxt').innerHTML = 'Multiple files';
  }
  else
  {
    document.multimode=0;
 document.getElementById('multimodetxt').innerHTML = 'File fetching';
 document.getElementById('filefetch').style.display = 'none';
 document.getElementById('regularupload').style.display = '';
 document.getElementById('regularupload_multi').style.display = '';
 document.getElementById('filefetch_multi').style.display = 'none';
 if (document.files == 10)
 {
   document.getElementById('multitxt').innerHTML = '<i>Max 10 files</i>';
    }
    else if (document.files > 1)
    {
     document.getElementById('multitxt').innerHTML = '+ One more file';
 }
 else
 {
   document.getElementById('multitxt').innerHTML = 'Multiple files';
    }
  }
  resizemulti();
}
function multiupload()
{
  var i=0;
 
  if (document.multimode == 0)
  {
   while ((i < (document.files)) && (i < 9))
   {
  document.getElementById('multifiles_' + i).style.display='';
  i=i+1;
   }
   document.files=i+1;
   if (document.files == 10)
   {
  document.getElementById('multitxt').innerHTML = '<i>Max 10 files</i>';
   }
   else
   {
  document.getElementById('multitxt').innerHTML = '+ One more file';
   }
   if (document.files > 1)
   {
  document.maxheight=document.maxheight+96;
   }
  }
  else
  {
   while ((i < (document.fetchfiles)) && (i < 9))
   {
  document.getElementById('multifetch_' + i).style.display='';
  i=i+1;
   }
   document.fetchfiles=i+1;
   if (document.fetchfiles == 10)
   {
  document.getElementById('multitxt').innerHTML = '<i>Max 10 files</i>';
   }
   else
   {
  document.getElementById('multitxt').innerHTML = '+ One more file';
   }
   if (document.fetchfiles > 1)
   {
  document.maxheight2=document.maxheight2+96;
   }
  }
  resizemulti();
}
function startprogress()
{
 
 var t = new Date().getTime();
 document.getElementById('progress_random').value = t;
 document.getElementById('progressform').submit();
 
}
function handleprogress(json)
{
 
 var response  = eval(" (" + json + ") ");
 if (document.uploading)
 {
   if (response.estimated)
   {
  if (response.percentage == 1)
  {
    document.getElementById('progressleft').style.display = '';
  }
  else if ((response.percentage < 100) && (response.percentage > 0))
  {
    document.getElementById('progressleft').style.display = '';
    document.getElementById('progressmiddleimg').width = Math.round((response.percentage*7.69));
    document.getElementById('progressmiddle').style.display = '';
  }
  else if (response.percentage == 100)
  {
    document.getElementById('progressleft').style.display = '';
    document.getElementById('progressmiddleimg').width = '762';
    document.getElementById('progressmiddle').style.display = '';
    document.getElementById('progressright').style.display = '';
  }
  document.getElementById('progress_estimated').innerHTML  = response.estimated; 
  document.getElementById('progress_elapsed').innerHTML   = response.elapsed; 
  document.getElementById('progress_transferrate').innerHTML = response.transferrate; 
  document.getElementById('progress_percentage').innerHTML = response.percentage + '%';
  document.getElementById('progresstext').style.display='';
  document.getElementById('progressline').style.display='';
  document.getElementById('progress_percentage').style.display='';
  document.getElementById('progress_init').style.display='none';
   }
 }
 
}

function startfetch()
{
  if (document.getElementById('fetchfield0').value == 'http://')
  {
    alert('Please enter a valid file fetch URL.');
 document.getElementById('fetchfield0').focus();
 document.getElementById('fetchfield0').select();
  }
  else if ((document.getElementById('fromemail').value !== '') && (checkMail(document.getElementById('fromemail').value)))
  {
 document.getElementById('fromemail').focus();
    alert('Please enter a valid sender e-mail address.');
  }
  else if ((document.getElementById('toemail').value !== '') && (checkMail(document.getElementById('toemail').value)))
  {
 document.getElementById('toemail').focus();
    alert('Please enter a valid recipient e-mail address.');
  }
  else
  {
 if (xmlobject.readyState == 4 || xmlobject.readyState == 0)
 {
  document.getElementById('fetchbutton').style.display = 'none';
  document.getElementById('fetchloading').style.display = '';
  var random = new Date().getTime();
  var postvars ='';
  var i=0;
  while(i<10)
  {
   postvars += '&fetchurl' + i + '=' + escape(document.getElementById('fetchfield'+i).value);
   postvars += '&fetchdesc' + i + '=' + escape(document.getElementById('fetchdesc'+i).value);
   i=i+1;
  }
  postvars += '&u=' + escape(document.getElementById('usercookie').value);
  postvars += '&fromemail=' + escape(document.getElementById('fromemail').value);
  postvars += '&toemail=' + escape(document.getElementById('toemail').value);
  i=0;
  var services='';
  while(i<30) { if(document.getElementById('sradio_'+i)) { if(document.getElementById('sradio_'+i).checked) {  services+= i+';'; } } i=i+1; }
  postvars += '&services=' + escape(services);
  i=0;
  while(i<30) { if(document.getElementById('username_'+i)) { postvars += '&username_' + i + '=' + escape(document.getElementById('username_'+i).value); } i=i+1; }
  i=0;
  while(i<30) { if(document.getElementById('password_'+i)) { postvars += '&password_' + i + '=' + escape(document.getElementById('password_'+i).value); } i=i+1; }
  if (document.getElementById('rsaccountc').checked) { postvars += '&accounttype=' + 'C'; }
  else {     postvars += '&accounttype=' + 'P'; }
  xmlobject.open("POST", 'fetch/?r=' + random, true);
  xmlobject.setRequestHeader('Content-Type','application/x-www-form-urlencoded');
  xmlobject.onreadystatechange = handlefetch;
  xmlobject.send(postvars);
 }
  }
}

function handlefetch()
{
 if (xmlobject.readyState == 4)
 {
   var fetchresult = eval(" (" + xmlobject.responseText + ") ");
   var i=0;
   var a=fetchresult.length;
   var f ='';
   resulthtml = '<TABLE style="font-size:12px;" cellpadding="0" cellspacing="0"><TR><TD colspan=3 height=5></TD></TR>';

   resulthtml += '<TR><TD width="280" height="38" style="padding-left:15px; border-right:1px solid; border-color:#E0E1DB;"><center>File name</center></TD><TD style="padding-left:15px; border-right:1px solid; border-color:#E0E1DB;" width="270"><center>Download link</center></TD><TD width="180" style="padding-left:10px;"><center>Fetch status</center></TD></TR>';

   while (i < a)
   {
 
   
    resulthtml += '<TR><TD width="280" height="38" style="padding-left:15px; border-right:1px solid; border-top:1px solid; border-color:#E0E1DB;"><b>' + fetchresult.filename + '</b></TD><TD width="270" style="padding-left:15px; border-top:1px solid; border-right:1px solid; border-color:#E0E1DB;"><a href="' + fetchresult.downloadid+'" target="_blank" style="color:#1E6590; font-weight:bold; text-decoration:none;">http://www.multiupload.com/' + fetchresult.downloadid+'</a></TD><TD width="180" style="padding-left:10px; border-top:1px solid; border-color:#E0E1DB;" id="fetchstatus_' + fetchresult.downloadid + '">pending file fetch</TD></TR>';
   
       f=f+fetchresult.downloadid+';';
    i=i+1;
   }
   resulthtml += '</TABLE>';
   document.getElementById('resulttable').innerHTML = resulthtml;
    document.getElementById('progresswindow').style.display='none';
   document.getElementById('resulttable').style.height = (a*38)+62;
    document.getElementById('progress_init').style.display='none';
   document.getElementById('uploadwindow').style.display='none';
   document.getElementById('resulttable').style.display='';
   document.getElementById('progressdetails').style.display='';
   document.getElementById('fetchtop').style.display='';
   document.maxheight2=424+a*38;
   resizemulti();

   fetchprogress(f);
 }
}


function fetchprogress(f)
{
 if (xmlobject.readyState == 4 || xmlobject.readyState == 0)
 {
  
  var random = new Date().getTime()
  xmlobject.open("GET", 'progress/?f='+ f + '&ran=' + random, true);
  xmlobject.onreadystatechange  = handlefetchprogress;
  xmlobject.send(null);
  
 }
}

function handlefetchprogress()
{
 if (xmlobject.readyState == 4 || xmlobject.readyState == 0)
 {
   var f='';
   var fetchprogress = eval(" (" + xmlobject.responseText + ") ");
   var i=0;
   var showprogress=false;
   while(i < fetchprogress.length)
   {
  document.getElementById('fetchstatus_' + fetchprogress.downloadid).innerHTML = fetchprogress.statustext;
  if (document.getElementById('fetchprogressbar'))
  {

   if (fetchprogress.progress == '1')
   {
     document.getElementById('progressleft').style.display = '';
   }
   else if ((fetchprogress.progress < 100) && (fetchprogress.progress > 0))
   {
     document.getElementById('progressleft').style.display = '';
     document.getElementById('progressmiddleimg').width = Math.round((fetchprogress.progress*7.69));
     document.getElementById('progressmiddle').style.display = '';
   }
   else if (fetchprogress.progress == 100)
   {
     document.getElementById('progressleft').style.display = '';
     document.getElementById('progressmiddleimg').width = '762';
     document.getElementById('progressmiddle').style.display = '';
     document.getElementById('progressright').style.display = '';
   }

    if (fetchprogress.status == 1)
    {
   setTimeout("document.location='http://www.multiupload.com/"+ fetchprogress.downloadid +"';",5000);
    }
  }
  if(fetchprogress.showprogress == "1") showprogress=true;
  f = f + fetchprogress.downloadid + ';';
  i=i+1;
   }
   if (showprogress)
   {
      setTimeout("fetchprogress('"+f+"')",1000);
   }
 }
}

function test_uploaddone()
{
 uploaddone('[{"downloadid":"HA5X5XUX6L","filesize":"444 KB","filename":"putty.exe"},{"downloadid":"AJ7AQLVWNR","filesize":"177.16 KB","filename":"chrome.jpg"}]');
// uploaddone('[{"downloadid":"HA5X5XUX6L","filesize":"444 KB","filename":"putty.exe"},{"downloadid":"AJ7AQLVWNR","filesize":"177.16 KB","filename":"chrome.jpg"},{"downloadid":"AJ7AQLVWNR","filesize":"177.16 KB","filename":"chrome.jpg"},{"downloadid":"AJ7AQLVWNR","filesize":"177.16 KB","filename":"chrome.jpg"},{"downloadid":"AJ7AQLVWNR","filesize":"177.16 KB","filename":"chrome.jpg"},{"downloadid":"AJ7AQLVWNR","filesize":"177.16 KB","filename":"chrome.jpg"},{"downloadid":"AJ7AQLVWNR","filesize":"177.16 KB","filename":"chrome.jpg"}]');
//    uploaddone('[{"downloadid":"HA5X5XUX6L","filesize":"444 KB","filename":"putty.exe"}]');
}

function test_progress()
{
    var percentage = 30;
 
 if (percentage == 1)
 {
   document.getElementById('progressleft').style.display = '';
 }
 else if (percentage < 100)
 {
   document.getElementById('progressleft').style.display = '';
   document.getElementById('progressmiddleimg').width = Math.round((percentage*7.69));
   document.getElementById('progressmiddle').style.display = '';
 }
 else if (percentage == 100)
 {
   document.getElementById('progressleft').style.display = '';
   document.getElementById('progressmiddleimg').width = '762';
   document.getElementById('progressmiddle').style.display = '';
   document.getElementById('progressright').style.display = '';
 }
// document.getElementById('progressbar').style.width = response.percentage*7.48;

 document.getElementById('progress_estimated').innerHTML  = '00:35:48 (1.63 MB of 700.45 MB)'; 
 document.getElementById('progress_elapsed').innerHTML   = '00:00:39'; 
 document.getElementById('progress_transferrate').innerHTML = '353.89 KB/sec'; 
 document.getElementById('progress_percentage').innerHTML = percentage + '%';
 document.getElementById('progresstext').style.display='';
 document.getElementById('progressline').style.display='';
 document.getElementById('progress_percentage').style.display='';
 document.getElementById('progress_init').style.display='none';

}

function test_startupload()
{
// document.getElementById('uploadfrm').submit();
 document.getElementById('uploadwindow').style.display='none';
 document.getElementById('uploadprogress').style.display='';
 document.getElementById('progressdetails').style.display='';
 document.getElementById('progresswindow').style.display='';

 
 document.uploading=true;
 document.maxheight=552;
 resizemulti();
// setTimeout("startprogress()",2000);
}

function startupload()
{
  if (document.getElementById('file_0').value == '')
  {
    alert('Please select a file to upload.');
  }
  else if ((document.getElementById('fromemail').value !== '') && (checkMail(document.getElementById('fromemail').value)))
  {
 document.getElementById('fromemail').focus();
    alert('Please enter a valid sender e-mail address.');
  }
  else if ((document.getElementById('toemail').value !== '') && (checkMail(document.getElementById('toemail').value)))
  {
 document.getElementById('toemail').focus();
    alert('Please enter a valid recipient e-mail address.');
  }
  else
  {
    document.getElementById('uploadfrm').submit();
 document.getElementById('uploadwindow').style.display='none';
 document.getElementById('uploadprogress').style.display='';
 document.getElementById('progressdetails').style.display='';
 document.uploading=true;
 document.maxheight=552;
 resizemulti();
 setTimeout("startprogress()",2000);
  }
}
function checkMail(email)
{
 var filter  = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;
 if (filter.test(email))
 {
  return false;
 }
 else
 {
  return true;
 }
}

function uploaddone(uploadjson)
{
  document.uploading=false;
  var uploadresult  = eval(" (" + uploadjson + ") ");
  i=0;
  a=uploadresult.length;
//  document.getElementById('resulttop').style.display='';
//  document.getElementById('resultbot').style.display='';
  document.getElementById('progresstext').style.display='none';
  document.getElementById('progressline').style.display='none';
  document.getElementById('progress_percentage').style.display='none';
  document.getElementById('progresswindow').style.display='none';
 
 
  document.getElementById('progressleft').style.display = '';
  document.getElementById('progressmiddleimg').width = '762';
  document.getElementById('progressmiddle').style.display = '';
  document.getElementById('progressright').style.display = '';
  if (a > 1)
  {
 document.maxheight=512+(a-1)*38;
  }
  else
  {
 document.maxheight=512;
  }
  resulthtml = '<TABLE style="font-size:12px;" cellpadding="0" cellspacing="0">';
  resulthtml += '<TR><TD height="5"></TD><TD></TD></TR><TR><TD width="469" height="38" style="padding-left:25px; border-right:1px solid; border-color:#E0E1DB;"><center>Filename</center></TD><TD style="padding-left:25px;" width="264"><center>Download link</center></TD></TR>';
  while (i < a)
  {
  
   resulthtml += '<TR><TD width="469" height="38" style="padding-left:25px; border-right:1px solid; border-top:1px solid; border-color:#E0E1DB;"><b>' + uploadresult.filename + '</b> ('+uploadresult.filesize+')</TD><TD width="264" style="padding-left:25px; border-top:1px solid; border-color:#E0E1DB;"><a href="' + uploadresult.downloadid+'" target="_blank" style="color:#1E6590; font-weight:bold; text-decoration:none;">' + uploadresult.downloadid+'</a></TD></TR>';
  
   i=i+1;
  }
  resulthtml += '<TR><TD height="15"></TD><TD></TD></TR></TABLE>';
  document.getElementById('resulttable').innerHTML = resulthtml;
  document.getElementById('resulttable').style.height = (a*38)+62;
  document.getElementById('resulttable').style.display = '';


  document.getElementById('progress_init').style.display='none';
  resizemulti();
}

function resizemulti()

 var mheight=0;
 if (document.multimode == 0)
 {
   mheight = document.maxheight;
 }
 else
 {
   mheight = document.maxheight2;
 }
 if (document.body.clientHeight > mheight)
 {
   document.getElementById('spacerdiv').style.height = document.body.clientHeight-mheight;
 }
 else
 {
   document.getElementById('spacerdiv').style.height=0;
 }
}
function benefits(on)
{
  if (on)
  {
    if (document.body.clientWidth > 808)
    {
   document.getElementById('benefits').style.left = (document.body.clientWidth-808)/2;
    }
    document.getElementById('benefitsimg').src = 'img/benefits.png';
    document.getElementById('benefits').style.display = '';
  }
  else
  {
    document.getElementById('benefits').style.display = 'none';
  }
 
}

function startdprogress()
{
 if (xmlobject.readyState == 4 || xmlobject.readyState == 0)
 {
  
  var t = new Date().getTime()
  xmlobject.open("GET", 'progress/?d=CP1KBLZUZE&r=' + t, true);
  xmlobject.onreadystatechange  = handledprogress;
  xmlobject.send(null);
  
 }
}
function handledprogress()
{
 if (xmlobject.readyState == 4)
 {
  var progress  = eval(" (" + xmlobject.responseText + ") ");
  var stillinprogress=false;
  for(i=0;i < progress.length; i++)
  {
    if ((progress.status == 1) && (document.getElementById('url_' + progress.serviceid)))
    {
   document.getElementById('url_' + progress.serviceid).style.display='';
   document.getElementById('urlhref_' + progress.serviceid).href = progress.url;
   document.getElementById('downloadhref_' + progress.serviceid).href = progress.url;
   document.getElementById('urlhref_' + progress.serviceid).innerHTML = progress.url;
   document.getElementById('downloadbutton_' + progress.serviceid).style.display = '';
   document.getElementById('progressbar_' + progress.serviceid).style.display='none';
   document.getElementById('percentage_' + progress.serviceid).style.display='none';
     }
    else
    {
   
   if (document.getElementById('progressbar_' + progress.serviceid))
   {
     stillinprogress=true;
     document.getElementById('progressbar_' + progress.serviceid).style.display='';
     document.getElementById('progress_' + progress.serviceid).style.width=progress.progress2;
     document.getElementById('percentage_' + progress.serviceid).style.display='';
   
   
    if (progress.progress == '100')
    {
     if (document.getElementById('percentage_' + progress.serviceid).innerHTML !== '<IMG src="images/loading.gif" border="0" width="120" height="10" alt="" style="margin-top:5px;">')
     {
       document.getElementById('percentage_' + progress.serviceid).innerHTML = '<IMG src="images/loading.gif" border="0" width="120" height="10" alt="" style="margin-top:5px;">';
     }
    }
    else
    {
     if (progress.status == '0')
     {
       document.getElementById('percentage_' + progress.serviceid).innerHTML = '<font size=2>pending</font>';   
     }
     else
     {
       document.getElementById('percentage_' + progress.serviceid).innerHTML = progress.progress + '%';   
     }
    }
    }
    }
  }
  if (stillinprogress) {  setTimeout("startdprogress()",1500);  }
 }
}

function showdetails(service)
{
 
   
 if (document.body.clientWidth > 476)
    {
   document.getElementById('details_'+service).style.left = (document.body.clientWidth-476)/2;
    }   
 document.getElementById('details_'+service).style.display='';
}
function hidedetails()
{
 
  
}

function logout()
{
  document.getElementById('logoutform').submit();
}
var xmlobject = getXmlHttpRequestObject();
document.uploading=false;
document.files = 1;
document.fetchfiles = 1;
document.multimode = 0;

function setcookie(cookieName,cookieValue,nSec)
{
 var today = new Date();
 var expire = new Date();
 if (nSec==null || nSec==0) nSec=1;
 expire.setTime(today.getTime() + 1000*nSec);
 document.cookie = cookieName+"="+escape(cookieValue) + ";expires="+expire.toGMTString();
}
function launchpopunder()
{
 var rand = new Date().getTime();
 setcookie('pop','1',86400);
 
 newWindow = window.open('http://www.multiupload.com/popunder/','popunder' + rand,'width=200,height=200,scrollbars=no,toolbar=no,location=no');
 
 newWindow.blur();
}


fmb  = new Image(122,29);
fmbo = new Image(122,29);
fmbo.src = 'img/filemanager_but_o.gif';
</script>
</HEAD>
<body onresize="resizemulti();">
<center>
 <div style="position:relative; width:940px; height:201px; background-image:url('img/top.gif');">
 <div style="position:absolute; left:85px; top:10px;"><a href="/"><img src="img/spacer.gif" width="270" height="65" border="0" alt=""></a></div>



<div style="position:absolute; left:400px; top:26px; text-align:right; width:455px;">
<TABLE align="right">
<TR>
 <TD><a href="/login" style="color:#FFFFFF;">Log in</a></TD>
 <TD width="20" align="center" style="color:#FFFFFF;">|</TD>
 <TD><a href="/register" style="color:#FFFFFF;">Register</a></TD>
</TR>
</TABLE>
</div>
<div style="position:absolute; left:110px; top:95px;">
<iframe src="ad.php?id=3" width="720" height="90" frameborder="0" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no"></iframe>
</div>
</div>

<script type="text/javascript">
downloadb  = new Image(147,32);
downloadbo = new Image(147,32);
downloadbo.src = 'img/but_download_o.gif';
watchb  = new Image(147,32);
watchbo = new Image(147,32);
watchbo.src = 'img/but_watch_o.gif';
downloadbd  = new Image(147,32);
downloadbdo = new Image(147,32);
downloadbdo.src = 'img/but_direct_o.gif';
premiumb  = new Image(147,32);
premiumbo = new Image(147,32);
premiumbo.src = 'img/but_premium_o.gif';
</script>
<CENTER>

<div style="position:relative; width:800px; height:80px;">
<div style="position:absolute; left:5px; top:35px; width:788px; text-align:center; font-size:19px; color:#000000;">同校生甜心.SchoolMateSS.高压完美典藏版_mywuala.com.rar <font style="color:#666666;">(716.04 MB)</font></div>
</div>

<TABLE width="100%" cellpadding="0" cellspacing="0">
<TR>
 <TD height="25" background="img/sub_mid_top.gif" valign="top"><center><div style="position:relative; width:789px; height:25px;"><div style="position:absolute; left:0px; top:-1px; width:789px; height:25px; background-image:url('img/sub_top.gif');"></div></div></center></TD>
</TR>
<TR>
 <TD bgcolor="#FFFFFF" align="center" valign="middle">
 <div style="position:relative; width:789px;">
  
  
  
  
 
 
 



 

 
 
 
 <center>
 
  <TABLE cellpadding="0" cellspacing="0">
 <TR>
  <TD height="60" width="210" align="center" style="border-right:1px solid; border-color:#DFE1DB;"><IMG src="img/logo_multi.gif" border="0" alt="MultiUpload" width="145" height="25"></TD>
  <TD width="330" align="right">
  <div style="width:314px; text-align:center;"><a href="http://www.multiupload.com/CP1KBLZUZE" target="_blank" style="font-size:12px; color:#1E6590; text-decoration:none; font-weight:bold;" >http://www.multiupload.com/CP1KBLZUZE</a></div>
  </div>
  
  </TD>
  <TD width="160" align="center" style="" height="60" valign="middle">
  <div id="downloadbutton_" style=""><a href="http://www11.multiupload.com:82/files/CE795E212C0F3BA0CECD80A4FDC3B51D6AF585ACD6CE37FB918E52592381ABCECCC9D159280CFA59F081D4ACF63FC6861E2721A06C8FF3B1661F00AF2D085A2053EE891E00CE57FFE07C4581F21D38/同校生甜心.SchoolMateSS.高压完美典藏版_mywuala.com.rar"><IMG SRC="img/but_direct.gif" WIDTH="147" HEIGHT="32" BORDER="0" ALT="" onmouseover="downloadbd.src=this.src; this.src=downloadbdo.src;" onmouseout="this.src=downloadbd.src;"></a></div>
 
  </TD>
 </TR>
 </TABLE>
 
  <TABLE cellpadding="0" cellspacing="0">
 <TR>
  <TD height="60" width="210" align="center" style="border-right:1px solid; border-color:#DFE1DB; border-top:1px solid; border-color:#DFE1DB;"><IMG src="logos/1.gif" border="0" alt="Megaupload" width="145" height="40"></TD>
  <TD width="330" align="right" style="border-top:1px solid; border-color:#DFE1DB;">
  <div style="position:relative; margin-top:5px; width:314px; height:10px; background-image:url('img/progress_small_bgr.gif'); background-repeat:repeat-x; display:none;" id="progressbar_1"><div style="position:absolute; left:0px; top:0px; width:413px; height:10px; background-image:url('img/progress_small.gif'); background-repeat:repeat-x;" id="progress_1"></div></div>
  <div style=" width:314px; text-align:center;" id="url_1"><a href="http://www.multiupload.com/MU_CP1KBLZUZE" target="_blank" style="font-size:12px; color:#1E6590; text-decoration:none; font-weight:bold; font-family:arial;" id="urlhref_1" onclick="launchpopunder();">http://www.multiupload.com/MU_CP1KBLZUZE</a></div>
  </div>
  
  </TD>
  <TD width="160" align="center" style="border-top:1px solid; border-color:#DFE1DB;" height="60" valign="middle">
    <div id="downloadbutton_1" style=""><a href="http://www.multiupload.com/MU_CP1KBLZUZE" id="downloadhref_1" target="_blank"><IMG SRC="img/but_download.gif" WIDTH="147" HEIGHT="32" BORDER="0" ALT="" onmouseover="downloadb.src=this.src; this.src=downloadbo.src;" onmouseout="this.src=downloadb.src;" onclick="launchpopunder();"></a></div>
  
  <div id="percentage_1" style="display:none; color:#919090; font-size:23px; font-weight:bold;">100%</div>
 
  </TD>
 </TR>
 </TABLE>
  <div style="position:relative; width:701px; height:281px; background-image:url('img/ad_bgr.gif');">
 <div style="position:absolute; left:15px; top:15px;"><iframe src="ad.php?id=1" width="300" height="250" frameborder="0" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no"></iframe></div>
 <div style="position:absolute; left:387px; top:15px;"><iframe src="ad.php?id=2" width="300" height="250" frameborder="0" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no"></iframe></div>
 
 </div>
   <TABLE cellpadding="0" cellspacing="0">
 <TR>
  <TD height="60" width="210" align="center" style="border-right:1px solid; border-color:#DFE1DB; "><IMG src="logos/7.gif" border="0" alt="Depositfiles" width="145" height="40"></TD>
  <TD width="330" align="right" style="">
  <div style="position:relative; margin-top:5px; width:314px; height:10px; background-image:url('img/progress_small_bgr.gif'); background-repeat:repeat-x; display:none;" id="progressbar_7"><div style="position:absolute; left:0px; top:0px; width:413px; height:10px; background-image:url('img/progress_small.gif'); background-repeat:repeat-x;" id="progress_7"></div></div>
  <div style=" width:314px; text-align:center;" id="url_7"><a href="http://www.multiupload.com/DF_CP1KBLZUZE" target="_blank" style="font-size:12px; color:#1E6590; text-decoration:none; font-weight:bold; font-family:arial;" id="urlhref_7" onclick="launchpopunder();">http://www.multiupload.com/DF_CP1KBLZUZE</a></div>
  </div>
  
  </TD>
  <TD width="160" align="center" style="" height="60" valign="middle">
    <div id="downloadbutton_7" style=""><a href="http://www.multiupload.com/DF_CP1KBLZUZE" id="downloadhref_7" target="_blank"><IMG SRC="img/but_download.gif" WIDTH="147" HEIGHT="32" BORDER="0" ALT="" onmouseover="downloadb.src=this.src; this.src=downloadbo.src;" onmouseout="this.src=downloadb.src;" onclick="launchpopunder();"></a></div>
  
  <div id="percentage_7" style="display:none; color:#919090; font-size:23px; font-weight:bold;">100%</div>
 
  </TD>
 </TR>
 </TABLE>
   
 </center>
 


 </div>
   
 </TD>
</TR>
<TR>
 <TD height="25" background="img/sub_mid_bot.gif"><center><div style="position:relative; width:789px;"><div style="position:absolute; left:0px; top:-12px; width:789px; height:25px; background-image:url('img/sub_bot.gif');"></div></div></center></TD>
</TR>
</TABLE>

</CENTER>
<script type="text/javascript">
var xmlobject = getXmlHttpRequestObject();
startdprogress();
</script>

 <div style="position:relative; height:0px;" id="spacerdiv"></div>

 
 <div style="position:relative;  width:100%; height:51px;  background-image:url('img/bot_menu_bg.gif');">
 

 <TABLE cellpadding="0" cellspacing="0" style="padding-top:28px;">
 <TR>
  <TD width="50" align="center"></TD>
  <TD><a href="/terms" class="bmenuhref">Terms of service</a></TD>
  <TD width="50" align="center"><IMG src="img/bot_menu_spacer.gif" height="15" width="1" style="margin-top:1px;"></TD>
  <TD><a href="/privacy" class="bmenuhref">Privacy Policy</a></TD>
  <TD width="50" align="center"><IMG src="img/bot_menu_spacer.gif" height="15" width="1" style="margin-top:1px;"></TD>
  <TD><a href="/dmca" class="bmenuhref">DMCA</a></TD>
  <TD width="50" align="center"><IMG src="img/bot_menu_spacer.gif" height="15" width="1" style="margin-top:1px;"></TD>
  <TD><a href="/contact" class="bmenuhref">Contact</a></TD>
  <TD width="50" align="center">
<!--
  <TD><a href="javascript:test_startupload();" class="bmenuhref">Test_uploadstart</a></TD>
  <TD width="50" align="center">
  <TD><a href="javascript:test_uploaddone();" class="bmenuhref">Test_uploadcomplete</a></TD>
  <TD width="50" align="center">
--> 
 

  <script type="text/javascript"><!--
  EXref="";top.document.referrer?EXref=top.document.referrer:EXref=document.referrer;//-->
  </script><script type="text/javascript"><!--
  EXs=screen;EXw=EXs.width;navigator.appName!="Netscape"?
  EXb=EXs.colorDepth:EXb=EXs.pixelDepth;
  navigator.javaEnabled()==1?EXjv="y":EXjv="n";
  EXd=document;EXw?"":EXw="na";EXb?"":EXb="na";
  location.protocol=="https:"?EXprot="https":EXprot="http";
  EXref?EXref=EXref:EXref=EXd.referrer;EXsrc="src";
  EXd.write("<img "+EXsrc+"="+EXprot+"://nht-3.extreme-dm.com",
  "/n4.g?login=multiup&pid=dlpage&auto=y&",
  "jv="+EXjv+"&j=y&srw="+EXw+"&srb="+EXb+"&",
  "l="+escape(EXref)+" height=1 width=1>");//-->
  </script><noscript><div id="naeXTReMe"><img height="1" width="1" alt=""
  src="http://nht-3.extreme-dm.com/n4.g?login=multiup&pid=dlpage&j=n&jv=n&auto=y" />
  </div></noscript>
  </TD>
 </TR>
 </TABLE>
 </div>
 


<div style="position:absolute; left:0px; top:50px; width:807px; height:580px; display:none; z-index:999;" id="benefits"><a href="javascript:benefits(0);"><img src="images/spacer.gif" width="807" height="561" alt="" border="0" id="benefitsimg"></a></div>


<script type="text/javascript">
continuebtn = new Image(146,27);
continuebtno = new Image(146,27);
continuebtno.src = 'img/but_continue_o.gif';
</script>


</FORM>
<script type="text/javascript">
document.maxheight=847;
document.maxheight2=847;
resizemulti();



var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("<script src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'></script>"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-8771673-1");
pageTracker._trackPageview();
} catch(err) {}

</script>



</BODY>
</HTML>

CNYOUW.CNSIGNATURE
中华游戏网 — 玩你所玩,乐你所乐!cnyouw.cn
No.53322
huanmieops
  
国外挺搞的·
CNYOUW.CNSIGNATURE
随风飘飘·陌路回首·一片哀号·
No.44650
lovejing100
  
挺搞笑的呵呵
CNYOUW.CNSIGNATURE
11
No.52511
asdf13
  
2楼的发的啥?
CNYOUW.CNSIGNATURE
中华游戏网 — 玩你所玩,乐你所乐!cnyouw.cn
No.54106
196276788
  
强势插入~!
CNYOUW.CNSIGNATURE
中华游戏网 — 玩你所玩,乐你所乐!cnyouw.cn
No.51731
柳昱甫
  
Re:出租车内换恶搞···
衣换人
CNYOUW.CNSIGNATURE
◇.﹎(.(陌。(玍)) - ‘只是,[為]勒,躲開[-] 種熟悉。 。Emp° 囧rz
快速回复
进入高级模式[可上传附件]
验证问题:
在大明湖畔等皇上的是谁? 正确答案:

Ctrl + Enter 快速发布

中华游戏网首班列车驶于2006年8月1号,已行驶 小时