function comments()
{
//2
var ranNum= Math.round(Math.random() * 2);
if (ranNum == 0){document.write('<a href="http://www.typicallyspanish.com/news/publish/article_23984.shtml" target="_parent">Comment from David in Valencia</a>					"I have lived here for a long time now but I still chuckle when the Spanish show me the number two. Where I am from it is a sign of "up yours". Perhaps that is what the minister thinks of our views?"					<a href="http://www.typicallyspanish.com/news/publish/article_23984.shtml" target="_parent">Read more...</a>'); } // nov19
if (ranNum == 1){document.write('<a href="http://www.typicallyspanish.com/news/publish/article_23990.shtml" target="_parent">Comment from Rob</a>					"You could not make this up could you the law is an ass these scum should be thrown out and on the street....."					<a href="http://www.typicallyspanish.com/news/publish/article_23990.shtml" target="_parent">Read more...</a>'); } // nov19a
if (ranNum == 2){document.write('<a href="http://www.typicallyspanish.com/news/publish/article_23979.shtml" target="_parent">Comment from Jay, Barcelona</a>					"I\'m disappointed by the continuous stream of Spain-bashing that I see in comments on articles posted to Typically Spanish. I presume that people reading and posting here have chosen to live in Spain. If it\'s that awful, why not go somewhere better?"					<a href="http://www.typicallyspanish.com/news/publish/article_23979.shtml" target="_parent">Read more...</a>'); } // nov20
}