if(ad_width == 728 && ad_height == 90) {

	document.writeln('<a href="http://www.miley5.net/" target="_blank"><img 	src="http://i36.tinypic.com/f2lcft.jpg" width="728" height="90" ');

	if(color_border!='') {
		document.writeln('border="1" style="border-style:solid; border-color:#' + color_border + ';"');

	} else {
		document.writeln('border="0"');
	}

	document.writeln(' alt="" /></a>');

} else if(ad_width == 468 && ad_height == 60) {

	document.writeln('<a href="http://www.miley5.net/" target="_blank"><img 	src="http://i31.tinypic.com/1zecp5h.jpg" width="468" height="60" ');

	if(color_border!='') {
		document.writeln('border="1" style="border-style:solid; border-color:#' + color_border + ';"');

	} else {
		document.writeln('border="0"');
	}

	document.writeln(' alt="" /></a>');

}