var now = new Date();
var jvSeed = Math.random() * now.valueOf() * 100000;
jvSeed = jvSeed.toString().substr(0, 15);
var jvPURL = '';
var defaultPath = '';
var BottomInclude = '';
var strInterstitial = '';

function GetAd(TheTile, ThePosition, ThePath, TheKeyword, TheSiteUrl, TheInterstitial, TheWidth, TheHeight) {
    if (ThePath == '') {
        ThePath = defaultPath;
    }
    ThePath = TheSiteUrl + ThePath;
    if((TheWidth=='null' && TheHeight=='null')||(TheWidth=='' && TheHeight=='')){
    	document.write('');
	    if ((!document.images && navigator.userAgent.indexOf('Mozilla/2.') >= 0)  || navigator.userAgent.indexOf("WebTV")>= 0) {
	        document.write('');
	        document.write('');
	    }  
	  }else{
	  	document.write('');
			if ((!document.images && navigator.userAgent.indexOf('Mozilla/2.') >= 0)  || navigator.userAgent.indexOf("WebTV")>= 0) {
		  	document.write('');
		    document.write('');
    	}
	  }
}
