Advertisement
Advertisement
| 08.19.2008 at 02:49AM PDT, ID: 23658952 | Points: 500 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/2002/REC-xhtml1-20020801/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Flashy Stuff</title>
<script type="text/javascript" src="http://www.somesite.com/Ex-Ex/today/scripts/swfobject.js"></script>
</head>
<body>
<div id="flashcontent" >
<script type="text/javascript">var so = new SWFObject("http://www.somesite.com/Registration%20Cow_v5c.swf", "flashcontent", 742, 458, 8, "#0d42a0");
so.addParam("wmode", "transparent");
so.write("flashcontent");
</script>
<noscript>
<a href="http://www.experts-exchange.com"><img src="http://gocalifornia.about.com/library/graphics/img32_t2.jpg" alt="Homepage banner" /></a>
</noscript>
</div>
</body>
</html>
|