hi, can someone help me fix this problem out im getting an error message saying object expected, here is the message and code
Message
Line: 133
Char: 2
Error: Object Expected
Code: 0
URL:
http://www.mycoke.com/
Code
<html>
<head>
<title>MyCoke</title>
<link href="/css/mycoke.css" rel="stylesheet" type="text/css">
<LINK REL="icon" HREF="favicon.ico" TYPE="image/ico">
<LINK REL="SHORTCUT ICON" HREF="favicon.ico">
<meta name="keywords" content="MyCoke, My Coke, CokeMusic, Coke Music, MyCoke.com, CokeMusic.com, Coke Studios, CokeStudios, Chat, Blogs, Weblogs, Blogging, Blogger, V-ego, V-egos, Vego, Vegos, Decibels, Pop Quiz, Uncover The Music, V-ego San, Vego San, Roller Coaster, Music Mixer, Furni, Record A Song, Vote Green, Make It Real">
<meta name="description" content="Welcome to MyCoke! Youve arrived! Be your own Mix Master with the Music Mixer or tell the world what you think when you create your own blog. Whatever you do, make it real .">
<script type="text/javascript">document.cookie="cTest"+"="+"cEnabled" ;</script>
<script type="text/javascript" src="/js/detectVer.js"></script>
<script type="text/javascript" src="/js/akamai_include.js"></script>
<script type="text/javascript" src="/js/functions.js"></script>
<script type="text/javascript" src="/js/tracking.js"></script>
<script type="text/javascript" src="/js/mycoke_tracking.js"></script>
<script type="text/javascript" src="/js/library.js"></script>
<script type="text/javascript" src="/js/cookies.js"></script>
<script type="text/javascript" src="/popup/popup.js"></script>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" background="images/bg.jpg" >
<table cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td><img src="images/spacer.gif" width="1" height="10"></td>
</tr>
<tr>
<td valign="top" align="center">
<script type="text/javascript">
var query = top.location.search;
var newQuery = "";
var tunnel_value = "";
if (query.indexOf("=") > 0 && query.indexOf("tunnel") > 0)
{
tunnel_value = query.substring (query.indexOf("=") + 1, query.length);
newQuery = "?tunnel=" + tunnel_value;
}
else if (query.indexOf("=") > 0 && query.indexOf("ru") > 0)
{
tunnel_value = query.substring (query.indexOf("=") + 1, query.length);
newQuery = "?ru=" + tunnel_value;
}
if (hasFlash) {
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="750" height="522" id="shell" align="top">');
document.write(' <param name=movie value="swf/shell.swf' + newQuery + '">');
document.write(' <param name=quality value=high>');
document.write(' <param name=menu value=false>');
document.write(' <param name=bgcolor value=#660000>');
document.write(' <param name=FlashVars value="httpUrl='+mycokeDomainNonSSL+'&httpsUrl='+m ycokeDomain+'&gamesStatus='+gamesStatus+'">');
document.write(' <embed src="swf/shell.swf' + newQuery + '" menu=false quality=high bgcolor=#660000 width="750" height="522" name="shell" align="top" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" FlashVars="httpUrl='+mycokeDomainNonSSL+'&httpsUrl ='+mycokeDomain+'&gamesStatus='+gamesStatus+'">');
document.write(' </embed>');
document.write('</object>');
} else {
window.location.replace("/pages/upgrade_flash.html");
}
</script>
</td>
</tr><tr>
<td class="main_copy" align="center">
<a href="javascript
:popupFile('/pages/privacy_policy.html', 540, 420)" class="main_copy_pp_link">Privacy Policy</a> © 2006 The Coca-Cola Company, Coca-Cola, Coke, V-ego, The Contour Bottle<br />
and The Dynamic Ribbon are trademarks of The Coca-Cola Company.<br />
<span id="aiLegal1" style="visibility: hidden">
American Idol is a registered trademark of 19 TV Limited and FremantleMedia North America, Inc.<br />
Based on the television program "American Idol" produced by FremantleMedia North America, Inc and 19 TV Limited.<br />
Licensed by FremantleMedia Licensing Worldwide. <a href="http://www.americanidol.com" target="_blank" class="main_copy_pp_link">www.americanidol.com</a> © 2006 FremantleMedia North America, Inc. All Rights Reserved.<br />
FOX TM Fox and its related entities. All rights reserved.
</span>
</td>
</tr>
</table>
<script type="text/javascript">
if (tunnel_value == "cokemusic")
checkCount();
else if (tunnel_value == "americanidol") {
showAILegal();
}
</script>
</body>
</html>