Image hosting by Photobucket

Sunday, June 18, 2006 

appida poodu mix

 

Comedy!!!

Monday, June 05, 2006 

Thatuvams 2006...

1. Nee evvalavu periya padippaaliya irundhalum exam hall la poi padikka mudiyadhu.

2. School testla bit adikkalaam......... College testla bit adikkalaam.......Ana BLOOD test la bit adikka mudiyaadhu........

3. Enna than naai nandri ullatha irunthalum athala "thank you" solla mudiyathu!!!!!!!! Idhuthan vazhkai.

4. Aayiram than irundhalum aayirathi onnu than perusu....

5. Yennathan Ahimsavathiya irundhalum Chappathiye SUTTU than

sappida mudiyum...............!

6. Ni enna than Veerana Irundhalum, Kulir adicha thirumba adikka mudiyathu..

7. kasu irundha call taxi!!! kasu illaina kaal than taxi!!!

8. kovil maniya namma adicha saththam varum... aana kovil mani nammalai adicha raththam thaan varum....

9. Pallu valina pallai pudungalam aana kannu valina kanna pudunga mudiyuma

10.Nee Evalovthaan padichu certificate vaanginaalum, Un death

certificate unnala vaanga mudiyaathu.

11.Nee Airtel vachirundhaalum Aircel vachirundhaalum, Thummum podhu Hutch nnu thaan satham varum

12.Engineering Collegele padichu Engineer aagalaam Presidency collegele padichu president aaga mudiyumaa??

13.If you drink ethanol you will dance, If you drink methanol others will dance for u.

14.Bus Stop la irunthu Bus varum aana Full Stop la iurunthu Full varuma?

15.Mezhugu vachchi Mezhugu vaththi seyyalam... aana kosuva vachi kosu vathi seyya mudiyathu...

Sunday, June 04, 2006 

Sport Disaster

 

Referre!!!

Monday, May 15, 2006 

Songs:Pehla Pehla Pyaar

Thursday, May 11, 2006 

Songs: Dilwale Dulhania La Jayenge



Tujhe Dekha To


Ho Gaya Na

Wednesday, May 10, 2006 

Election Comedy!!!






Monday, May 08, 2006 

Horrible Accident!!!




Click here to download it or view it!!!

 

Goal Keepers!!!

My uploaded videos, which was viewed most by the viewers!!!



Link for this in Google Video is clik here!!!

Image hosting by Photobucket

About me

  • I'm Vijay
  • From
My profile

Search Engine


Advertisement

Powered by Blogger
and Vijays Blog!

www.flickr.com
This is a Flickr badge showing public photos from Vijayasekar. Make your own badge here.

Archives


/****************************************************************************** save this file as astrack.js and place at the end of your page code (after the last AdSense ad unit) You must already have the UrchinTracker installed to use this. Modified with permission from Jim Rotherford's Adsense Pepper (http://www.digitalmediaminute.com/) � SeoBook.com. For updates see http://www.seobook.com/archives/001370.shtml You are allowed to use this but you should keep this copyright notice here ******************************************************************************/ function as_click () { urchinTracker ('/asclick'); } // incredibly funky onload add-event scripting, for all browsers if(typeof window.addEventListener != 'undefined') { //.. gecko, safari, konqueror and standard window.addEventListener('load', adsense_init, false); } else if(typeof document.addEventListener != 'undefined') { //.. opera 7 document.addEventListener('load', adsense_init, false); } else if(typeof window.attachEvent != 'undefined') { //.. win/ie window.attachEvent('onload', adsense_init); } //** remove this condition to degrade older browsers else { //.. mac/ie5 and anything else that gets this far //if there's an existing onload function if(typeof window.onload == 'function') { //store it var existing = onload; //add new onload handler window.onload = function() { //call existing onload function existing(); //call adsense_init onload function adsense_init(); }; } else { //setup onload function window.onload = adsense_init; } } function adsense_init () { if (document.all) { //ie var el = document.getElementsByTagName("iframe"); for(var i = 0; i < el.length; i++) { if(el[i].src.indexOf('googlesyndication.com') > -1) { el[i].onfocus = as_click; } } } else { // firefox window.addEventListener('beforeunload', doPageExit, false); window.addEventListener('mousemove', getMouse, true); } } //for firefox var px; var py; function getMouse(e) { px=e.pageX; py=e.clientY; } function findY(obj) { var y = 0; while (obj) { y += obj.offsetTop; obj = obj.offsetParent; } return(y); } function findX(obj) { var x = 0; while (obj) { x += obj.offsetLeft; obj = obj.offsetParent; } return(x); } function doPageExit(e) { ad = document.getElementsByTagName("iframe"); for (i=0; i (adLeft - 10) && px < (parseInt(adLeft) + parseInt(ad[i].width) + 15)); var inFrameY = (py > (adTop - 10) && py < (parseInt(adTop) + parseInt(ad[i].height) + 10)); if (inFrameY && inFrameX) { urchinTracker('/asclick'); } } } //end for firefox