// Java Script for Top Menu Ads
// Last update Friday, November 03, 2006
// copyright protected, Designing Online, Inc. - all rights reserved.
var tmads=4;
var baseurl = "http://www.designingonline.com/";
adchoice = Math.round(Math.random()*tmads)+1;
if(adchoice > tmads){
adchoice=1;
}
// Title - 30 chars max
// Desc - 100 chars max
if (adchoice==1){
document.write('
');
document.write('
Create Home and Garden Designs
');
document.write('
Try The \#1 Home Design Software from Punch Software. Download it right now and start your home or landscape design today!');document.write('
');
}
if (adchoice==2){
document.write('
');
}
if (adchoice==3){
document.write('');
document.write('
Read Our Latest Newsletter');
document.write('
Review current home and garden news, articles of interest, monthly events and new online resources.');
document.write('
');
}
if (adchoice==4){
document.write('');
document.write('
3D Home Designs and Makeovers
');
document.write('
Create custom kitchens, living rooms, bed rooms, bathrooms, gardens, landscaping, etc. online in 3D, before spending a dime on labor\!');document.write('
');
}