Categories
Architecture Nightscape Photos Urban

the B of A

..taken from bryant park, the brand-spankin’ new bank of america building..

..and..um..

(**copy, pasted, edited from Ivar’s page.. hehe..) I got an award yesterday from a talented blogger/photographer, Ivar . So now its my turn to send this award on its way to someone else. The rules are simple, link to the one you got the award from, send it on to up to 7 others and let them know you gave them an award… At least that’s the rules as I know them 😉

..as what Ivar did, i just choosed randomly.. and to make things easy and fair, i just ran this bit of code below, and came up with these.. 😀

SELECT comment_author_url, count( * ) AS ctr
FROM wp_comments
WHERE comment_author_url <> '%blu%'
GROUP BY comment_author_url
HAVING ctr >50
ORDER BY rand( )
LIMIT 7