function showAd(ImageUrl, ImageName, iWidth, iHeight,wmode1,wmode2)
{
	var pos;
	var strScript='';

	var strUrl ;
	strUrl = ImageName ;
	pos=strUrl.substr(strUrl.length-4,strUrl.length) 
	if (pos != '.swf')
	{
		if (ImageUrl != '')
		{
		strScript = '<a href="'+ImageUrl+'" target=_blank>';
		}
		strScript += '<img src="' + strUrl +  '" height=' + iHeight + ' width=' + iWidth + ' border=0 />';
		if (ImageUrl != '')
		{
		strScript +='</a>';
		}
	}
	else
	{
		strScript='<embed src="'+strUrl+'" quality=high width='+ iWidth +' height='+  iHeight;
		if (wmode1 != undefined)
		{
		strScript +=' wmode='+wmode1
		}
		if (wmode2 != undefined)
		{
		strScript +=' wmode='+wmode2
		}
		strScript +='></embed>'
	}
	
	document.write(strScript);
}

function ad1(){showAd('','images1/hr-091117.swf',760,80)}
function ad2(){showAd('','images1/hr-0906244.swf','360','300')}
function ad3(){showAd('http://www.c114.net/website/unicomfj/','images1/lt-090622.gif','200','60')}
function ad4(){showAd('','images1/hr-090728.swf','300','200')}

function adJob1(){showAd('http://hr.c114.net/news_list.asp?code=AA','images1/hr-0906243.jpg','760','80')}
