﻿// JavaScript for Page Footer - Creative @ GR

document.write('<table width="100%" cellspacing="0" cellpadding="0" border="0">');
document.write('	<tr>');
document.write('		<td align="center">');
//document.write('			<img src="images/Ad-6.jpg" height="90" width="728" />');
var bust = Math.floor(1000000*Math.random()+1);
document.write('<iframe src="http://cmads.webdunia.com/cgi-bin/advertpro/banners.pl?region=728x90_results&bust=' + bust + '&keyword=NULL" height="90" width="728" marginwidth="0" marginheight="0" vspace="0" hspace="0" frameborder="0" align="middle" scrolling="no">');
document.write('<a href="http://cmads.webdunia.com/cgi-bin/advertpro/blink.pl?region=728x90_results&bust=' + bust + '" target="_blank">');
document.write('<img src="http://cmads.webdunia.com/cgi-bin/advertpro/bimg.pl?region=728x90_results&keyword=NULL&bust=' + bust + '" border="0">');
document.write('</a></iframe>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');


/*
//code for popunder
var bust = Math.floor(1000000*Math.random()+1);
var url='http://cmads.webdunia.com/cgi-bin/advertpro/banners.pl?region=250x250_l_results&bust=' + bust + '&keyword=NULL'
var TheNewWin = window.open(url,'MainAd','height=270,width=270,left=1,top=1');
TheNewWin.blur();

*/