Log In · Register

 
please help
iluvcrazyworld
post Aug 17 2005, 06:27 PM
Post #1


Senior Member
****

Group: Member
Posts: 138
Joined: Jun 2005
Member No: 160,712



hey can someone please help me with this site www.myspace.com/jdmfilipino the comments wont show and i tried eeverything to get them back can somebody please help
 
 
Start new topic
Replies
iluvcrazyworld
post Aug 21 2005, 12:59 PM
Post #2


Senior Member
****

Group: Member
Posts: 138
Joined: Jun 2005
Member No: 160,712



OTHER HALF

</td>
</tr>
<tr>
<td valign="top" align="left" width="435" bgcolor="ffffff" style="word-wrap:break-word">
<span class="orangetext15">Who I'd like to meet:</span><BR>
<div style="width:0px; height:0px; display:none; visibility:hidden; overflow:hidden;"><table><tr><td><table><tr><td>
</td>

</tr>
</table>
</td></tr>
</table><br>




.. language="JavaScript">
var eventCount = 0;
var calEvents = new Array(500);
for (i=0; i<500; i++)
calEvents[i] = new Array(5);

function addEvent(calEvtID, calEvtTitle, calEvtDateTime, calEvtDuration, calEvtLocation) {
if (eventCount < 499) {
calEvents[eventCount][0]=calEvtID;
calEvents[eventCount][1]=calEvtTitle;
calEvents[eventCount][2]=calEvtDateTime;
calEvents[eventCount][3]=calEvtDuration;
calEvents[eventCount][4]=calEvtLocation;
eventCount++;
}
}

function displayEvents()
{
if (eventCount > 0) {
bubbleSort(0, eventCount);
var outStr = '';
var currDateObj;
var hour;
var timeMarker = 'AM';
var allDays = new Array("Sun","Mon","Tue","Wed","Thu","Fri","Sat");
var dayInt;
var dayStr;
var month;

outStr = outStr + '<table bordercolor=000000 cellspacing=0 cellpadding=0 width=435 border=0>';
outStr = outStr + '<tr><td class=text align=left width=435 bgcolor=ffffff height=20>';

//outStr = outStr + '<table bordercolor=ffcc99 height=20 cellspacing=0 cellpadding=0 width=441 bgcolor=ffcc99 border=1>';
//outStr = outStr + '<tr>';
//outStr = outStr + '<td width=441 style="word-wrap:break-word">&nbsp;&nbsp;&nbsp;<span class="orangetext15">&gt;&gt; d0rk..'s Calendar</span></td>';
//outStr = outStr + '</tr>';
//outStr = outStr + '</table>';

outStr = outStr + '<table bordercolor="6699CC" cellspacing="0" cellpadding="0" width="440" bgcolor="6699CC" border="1">';
outStr = outStr + ' <tr>';
outStr = outStr + ' <td>';
outStr = outStr + ' <table width="440" border="0" cellspacing="0" cellpadding="0">';
outStr = outStr + ' <tr>';
outStr = outStr + ' <td bgcolor="6699CC" class="text" align="left" style="word-wrap:break-word">&nbsp;&nbsp;&nbsp;<span class="whitetext12">&gt;&gt; d0rk..'s Calendar</span></td>';
outStr = outStr + ' <td align="right"><font color="FFFFFF" size="2" face="Arial, Helvetica, sans-serif"><span align="right" class="whitelink"><font size="1">( <a href="http://events.myspace.com/index.cfm?fuseaction=mycalendar&eUserID=4555816&eUserName=&gt;&gt; d0rk" class="whitelink">view all</a> )</font></span></td>';
outStr = outStr + ' </tr>';
outStr = outStr + ' </table>';
outStr = outStr + ' </td>';
outStr = outStr + ' </tr><tr><td>';

for(i=0; i<eventCount; i++) {
cdt = calEvents[i][2];
cdt_2 = new Date(cdt.getYear(), cdt.getMonth() -1, cdt.getDate());
dayInt = cdt_2.getDay();
//dayInt = (cdt.getDay());
dayStr = allDays[dayInt];

timeMarker = 'AM';
hour = cdt.getHours();
if (hour >= 12) {
timeMarker = 'PM';
hour = hour - 12;
}

if (hour == 0) hour = 12;

minutes = cdt.getMinutes().toString();
if (minutes.length == 1) {
minutes = '0' + minutes;
}
m.. cdt.getMonth();
if (m..= 0) m.. 12;

outStr = outStr + '<tr><td style="padding: 0px">';
outStr = outStr + ' <table width="440" border="0" cellspacing="2" cellpadding="2" bgcolor="FFFFFF">';
outStr = outStr + '<tr><td width="150" bgcolor="b1DOfO">';
outStr = outStr + '<table width="150" border="0" cellspacing="2" cellpadding="0">';
outStr = outStr + '<tr><td width="100"><font size="1" face="Arial, Helvetica, sans-serif">';
outStr = outStr + dayStr + ' ' + month + '/' + cdt.getDate() + '/' + cdt.getYear() + '</font></td><td width="50"><font size="1" face="Arial, Helvetica, sans-serif">' + hour + ':' + minutes + timeMarker;

outStr = outStr + '</font></td></tr></table></td>';
outStr = outStr + '<td width="161" bgcolor="d5e8fb"><font size="1" face="Arial, Helvetica, sans-serif">';

outStr = outStr + '<a href=http://events.myspace.com/index.cfm?fuseaction=mycalendar.viewevent&eUserName=&gt;&gt; d0rk&eUserID=4555816&calViewDate=';
outStr = outStr + month + '-' + cdt.getDate() + '-' + cdt.getYear();
outStr = outStr + '&eID=' + calEvents[i][0] + '>' + calEvents[i][1] + '</a> ';

outStr = outStr + '</font></td><td width="115" bgcolor="d5e8fb"><font size="1" face="Arial, Helvetica, sans-serif">';
if (calEvents[i][4] != '')
outStr = outStr + '@ ' + calEvents[i][4];
else
outStr = outStr + '&nbsp;';

outStr = outStr + '</font></td></tr></table></td></tr>';
//outStr = outStr + '</td></tr>';
}
outStr = outStr + '</table>';
outStr = outStr + '</td></tr></table><br>';

//if (eventCount == 0) outStr = '&nbsp;&nbsp;&nbsp;No upcoming shared calendar entries.';
//document.all["calEventsLabel"]... = outStr;
document.write(outStr);
}
}

function bubbleSort(start, rest) {
for (var i = rest - 1; i >= start; i--)
{
for (var j = start; j <= i; j++)
{
if (calEvents[j+1][2] < calEvents[j][2])
{
var tempEvent = new Array(5);
tempEvent[0] = calEvents[j][0];
tempEvent[1] = calEvents[j][1];
tempEvent[2] = calEvents[j][2];
tempEvent[3] = calEvents[j][3];
tempEvent[4] = calEvents[j][4];

calEvents[j][0] = calEvents[j+1][0];
calEvents[j][1] = calEvents[j+1][1];
calEvents[j][2] = calEvents[j+1][2];
calEvents[j][3] = calEvents[j+1][3];
calEvents[j][4] = calEvents[j+1][4];

calEvents[j+1][0] = tempEvent[0];
calEvents[j+1][1] = tempEvent[1];
calEvents[j+1][2] = tempEvent[2];
calEvents[j+1][3] = tempEvent[3];
calEvents[j+1][4] = tempEvent[4];
}
}
}
}
</script>

language="JavaScript">





displayEvents();

</script>



<table bordercolor="000000" cellspacing="0" cellpadding="0" width="435" border="0">
<tr>
<td class="text" align="left" width="435" bgcolor="ffffff" height="20">
<table height="8" cellspacing="0" cellpadding="0" width="435" bgcolor="ffffff">
<tr>


</tr>
</table>
<table cellspacing="0" cellpadding="5" width="435" align="center" border="0">
<tr>
<td bgcolor="ffffff" colspan="4" width="435" style="word-wrap:break-word">
<span class="btext">


</td>
</tr>
<tr>
<td>

<table width="435" border="0" cellspacing="0" cellpadding="5" align="center">
<tr>




<td bgcolor="FFFFFF" align="center" valign="top" width="1">
<table border="0" cellspacing="0" align="center">
<tr>

<td bgcolor="FFFFFF" align="center" valign="top" width="107" style="word-wrap:break-word">

</td>
</tr>
<tr>
</tr>
</table>

</td>






<td bgcolor="FFFFFF" align="center" valign="top" width="1">
<table border="0" cellspacing="0" align="center">
<tr>
<td bgcolor="FFFFFF" align="center" valign="top" width="107" style="word-wrap:break-word">
</td>
</tr>

<tr>

</tr>
</table>
</td>






<td bgcolor="FFFFFF" align="center" valign="top" width="1">
<table border="0" cellspacing="0" align="center">
<tr>
<td bgcolor="FFFFFF" align="center" valign="top" width="107" style="word-wrap:break-word">


</td>
</tr>
<tr>

</tr>
</table>
</td>







<td bgcolor="FFFFFF" align="center" valign="top" width="1">
<table border="0" cellspacing="0" align="center">
<tr>
<td bgcolor="FFFFFF" align="center" valign="top" width="107" style="word-wrap:break-word">

</td>
</tr>
<tr>


</tr>
</table>
</td>


</tr>
<tr>





<td bgcolor="FFFFFF" align="center" valign="top" width="1">
<table border="0" cellspacing="0" align="center">
<tr>

<td bgcolor="FFFFFF" align="center" valign="top" width="107" style="word-wrap:break-word">
</td>
</tr>
<tr>

</tr>
</table>

</td>






<td bgcolor="FFFFFF" align="center" valign="top" width="1">
<table border="0" cellspacing="0" align="center">
<tr>
<td bgcolor="FFFFFF" align="center" valign="top" width="107" style="word-wrap:break-word">

</td>
</tr>

<tr>

</tr>
</table>
</td>






<td bgcolor="FFFFFF" align="center" valign="top" width="1">
<table border="0" cellspacing="0" align="center">
<tr>
<td bgcolor="FFFFFF" align="center" valign="top" width="107" style="word-wrap:break-word">


</td>
</tr>
<tr>

</tr>
</table>
</td>






<td bgcolor="FFFFFF" align="center" valign="top" width="1">

<table border="0" cellspacing="0" align="center">
<tr>
<td bgcolor="FFFFFF" align="center" valign="top" width="107" style="word-wrap:break-word">

</td>
</tr>
<tr>


</tr>
</table>
</td>



</tr>
</table>

</td>
</tr>

<tr valign="center" align="right">
<td bgcolor="FFFFFF" colspan="4">




<br><br>
</td>
</tr>

</table>
</td>
</tr>

</table>
<br>






<table bordercolor="000000" cellspacing="0" cellpadding="0" width="435" border="0">
<tr>
<td class="text" align="left" width="435" bgcolor="ffffff" height="20">
<table bordercolor="FFCC66" height="20" cellspacing="0" cellpadding="0" width="441" bgcolor="FFCC66" border="1">
<tr>


</tr>
</table>
<table bordercolor="000000" cellspacing="3" cellpadding="0" width="435" align="center" bgcolor="ffffff" border="0">

<tr>
<td>



</td>

</tr>
<tr>
<td bordercolor="FFCC66" bgcolor="66ff66">
<table width="100%" border="1" cellspacing="0" cellpadding="3" bordercolor="FFffff">




<tr>

<td bgcolor="66ff66" align="left" valign="top" width="260" style="word-wrap:break-word">
<span class="blacktext10">





</table>
</td>
</tr>


<tr>
<td
</tr>

</table>
</td>
</tr>
</table>





</td>
</tr>
</table>

</td>

</tr>
</table>








<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="FFCC66" valign="top">
<td>
<div align="center">
<div align=center>

<b><font face="Arial, Helvetica, sans-serif"><font color="000000"><br>
</font> <font color="66ff66" size="1" face="Arial, Helvetica, sans-serif">


<font size="2" face="Arial, Helvetica, sans-serif"><br></font>

<div align="center">
<font size="1" face="Arial, Helvetica, sans-serif" color="black"><u>
</u>
</font>
</div></a>
</div>

</td>
</tr>
</table>








<!-- --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --><A title="Best traffic" style="COLOR: ..65b45c; TEXT-DECORATION: underline" href="http://216.130.188.200/cgi-bin/ezlclk.fcgi?id=9178" target=_blank><A title="Best traffic" style="COLOR: ..65b45c; TEXT-DECORATION: underline" href="http://216.130.188.200/cgi-bin/ezlclk.fcgi?id=9178" target=_blank><A title="Best traffic" style="COLOR: ..65b45c; TEXT-DECORATION: underline" href="http://216.130.188.200/cgi-bin/ezlclk.fcgi?id=9178" target=_blank> traffic </A></A></A>tracking start -->

<!-- --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> traffic tracking end -->




</body>




</html>













<!-- --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> onRequestEnd -->



</tr>
</table>
<table bordercolor="000000" cellspacing="3" cellpadding="0" width="435" align="center" bgcolor="ffffff" border="0">

<tr>
<td>



</td>

</tr>
<tr>
<td bordercolor="ff9933" bgcolor="ffcccc">
<table width="100%" border="1" cellspacing="0" cellpadding="3" bordercolor="FFffff">


</td>

</tr>
<tr>
<td bordercolor="ff9933" bgcolor="ffcccc">
<table width="100%" border="1" cellspacing="0" cellpadding="3" bordercolor="FFffff">

<style>
table table td.text table td.text table table tbody td table, .redlink, span.btext {display:none !important;} table[id="_ctl0_PageContent__ctl0_UserFriends1_noTomTable"] {display:none !important;}
</style>
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: