// Swaps between google and amazon ads
function ad_swap120(){
var i = Math.round(0*Math.random());
if (i){
// amazon_ad_tag = "mresoftwareco-20";
// amazon_ad_width = "120";
// amazon_ad_height = "600";
// amazon_color_link = "0000FF";
// document.write ("<script type='text/javascript'");
// document.write ("src='http://www.assoc-amazon.com/s/ads.js'></script>");

//document.write('<iframe src="http://rcm.amazon.com/e/cm?t=mresoftwareco-20&o=1&p=11&l=bn1&mode=electronics&browse=172282&fc1=000000&lt1=&lc1=3366FF&bg1=FFFFFF&f=ifr" marginwidth="0" marginheight="0" width="120" height="600" border="0" frameborder="0" style="border:none;" scrolling="no"></iframe>');

document.write('<a target="_blank" href="http://www.mresoftware.com/HWolf">');
document.write('<img border="0" src="http://mresoftware.com/images/hw_banner2.jpg" width="120" height="600"></a>');
}

else{
google_ad_client = "pub-6957357829934684";
google_ad_width = 120;
google_ad_height = 600;
google_ad_format = "120x600_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "CC0000";
google_color_bg = "FFFFFF";
google_color_link = "CC0000";
google_color_url = "0000FF";
google_color_text = "006600";
document.write ("<script type='text/javascript'")
document.write ("src='http://pagead2.googlesyndication.com/pagead/show_ads.js'></script>")
}
}
function ad_swap720(){
var i = Math.round(1*Math.random());
// document.write('<iframe src="http://rcm.amazon.com/e/cm?t=mresoftwareco-20&o=1&p=48&l=ur1&category=grocery&banner=05X4DEHFYGH2RDXRDWR2&f=ifr" width="728" height="90" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe><br><br>');
//
if (i){
amazon_ad_tag = "mresoftwareco-20";
amazon_ad_width = "728";
amazon_ad_height = "90";
amazon_color_link = "0000FF";
document.write ("<script type='text/javascript'");
document.write ("src='http://www.assoc-amazon.com/s/ads.js'></script>");
}
else{
google_ad_client = "pub-6957357829934684";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "CC0000";
google_color_bg = "FFFFFF";
google_color_link = "CC0000";
google_color_url = "0000FF";
google_color_text = "006600";
document.write ("<script type='text/javascript'")
document.write ("src='http://pagead2.googlesyndication.com/pagead/show_ads.js'></script>")
}
}