/* Script for Easy Customizability of Advertisement appearing on the Site's Banner */

function homeAdv(){
var adString = '<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" onClick=\"window.open(\'http://www.thectoforum.net\', \'_self\')\" style=\"cursor:pointer\">'+
'<tr>'+
'<td colspan="10"></td>'+
'</tr>'+
'<tr>'+
'<td colspan="3" align="center" valign="middle" class="newsTxt"  style="padding-top:7px">'+
// start Change of Event Caption here //
'<strong>Fujitsu &amp; Integnology</strong>'+
//end Change here //
'<br>'+
'proudly present<br> The CTO Forum on <br/>\'Cloud Computing: the Dawning of Utiltiy age\''+

'</td>'+
'</tr>'+

'<tr>'+
'<td width="12">&nbsp;</td>'+
'<td width="129" class="newsTxt" style="padding-top:7px">'+
'<strong>Date:</strong>'+
'<br>'+
// start Change of Event Date here //
'Nov 12th, 2008'+
//end Change here //
'</td>'+
'<td width="10">&nbsp;</td>'+
'</tr>'+
'<tr>'+
'<td width="12">&nbsp;</td>'+
'<td width="129" class="newsTxt" style="padding-top:7px">'+
'<strong>Venue:</strong>'+
'<br>'+
// start Change of Event Date here //
'1250 E Arques Ave Sunnyvale, CA 94085'+
//end Change here //
'</td>'+
'<td width="10">&nbsp;</td>'+
'</tr>'+

'<tr>'+
'<td colspan="3" height="8"></td>'+
'</tr>'+
'<tr>'+
'<td colspan="3" align="center">'+
// start Change of Logo Image Source, image's Width & Height here //
'<img src="../images/fujitsu_logo.gif"  hspace="0" vspace="0" border="0">'+
//end Change here //
'</td>'+
'</tr>'+

'<br>'+
// start Change of Event Date here //

'</table>'
return adString;
}

function innerPgAdv(){
var adString = '<table width="100%" height="119" border="0" cellpadding="0" cellspacing="0" background="../images/grey-grd-bg.jpg" class="grdBg">'+
'<tr valign="bottom">'+
'<td colspan="2" align="center" style="padding-top:7px">'+
'<a href="http://www.thectoforum.net" target="_self" class="blueCapHeader">'+
// start Change of Event Caption & Date here //
'Chevron &amp; Integnology'+
'<br>'+
'July cto forum'+
//end Change here //
'</a></td>'+
'</tr>'+
'<tr>'+
'<td colspan="2" height="12"></td>'+
'</tr>'+
'<tr>'+
'<td width="83%" align="right" valign="top">'+
'<a href="http://www.thectoforum.net" target="_self">'+
// start Change of Logo Image Source, image's Width & Height here //
'<img src="../images/chevron_logo.jpg" width="40" height="43" hspace="0" vspace="0" border="0">'+
//end Change here //
'</a></td>'+
'<td width="17%" align="right" valign="bottom">'+
'<img src="../images/corner.gif" width="25" height="24" hspace="0" vspace="0" border="0">'+
'</td>'+
'</tr>'+
'</table>'
return adString;
}