index4.html
3.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Online Ads</title>
<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="AC_RunActiveContent.js" language="javascript"></script>
<style type="text/css">
body { background-color:#FFFFCC;}
div { margin-top: 2em; }
#bigbox, #bigboxexp, #skyscraper {
position: absolute;
top: 10px;
margin-top: 0;
}
#bigbox { left: 400px; }
#bigboxexp {
left: 100px;
display: none;
}
#skyscraper {left: 750px;}
#TzClear { margin-top: 300px; }
/**/
</style>
</head>
<body bgcolor="#ffffff">
<div id="bigbox">
<script language="javascript">
if (AC_FL_RunContent == 0) {
alert("This page requires AC_RunActiveContent.js.");
} else {
AC_FL_RunContent(
'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
'width', '300',
'height', '250',
'src', 'enGeneral_300x250_cbos_spring10_c01',
'quality', 'high',
'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'true',
'scale', 'showall',
'wmode', 'window',
'devicefont', 'false',
'id', 'enGeneral_300x250_cbos_spring10_c01',
'bgcolor', '#ffffff',
'name', 'enGeneral_300x250_cbos_spring10_c01',
'menu', 'true',
'allowFullScreen', 'false',
'allowScriptAccess','sameDomain',
'movie', 'enGeneral_300x250_cbos_spring10_c01',
'salign', ''
); //end AC code
}
</script>
</div>
<div id="bigboxexp">
<script language="javascript">
if (AC_FL_RunContent == 0) {
alert("This page requires AC_RunActiveContent.js.");
} else {
AC_FL_RunContent(
'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
'width', '600',
'height', '250',
'src', 'enGeneral_600x250_cbos_spring10_c01',
'quality', 'high',
'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'true',
'scale', 'showall',
'wmode', 'transparent',
'devicefont', 'false',
'id', 'enGeneral_600x250_cbos_spring10_c01',
'name', 'enGeneral_600x250_cbos_spring10_c01',
'menu', 'true',
'allowFullScreen', 'false',
'allowScriptAccess','sameDomain',
'movie', 'enGeneral_600x250_cbos_spring10_c01',
'salign', ''
); //end AC code
}
</script>
</div>
<div id="TzClear"><a href="index.html">Pre Webinar Business Ads</a> | <a href="index2.html">Pre Webinar General Ads</a></div>
<div><a href="index3.html">Post Webinar Business Ads</a> | <a href="index4.html">Post Webinar General Ads</a></div>
</body>
<script type="text/javascript" src="expand.js"></script>
</html>