← index
Old.Learning.Projects/popup/SupportJB.h
Source: Old.Learning.Projects/popup/SupportJB.h
// support Jared Bruni.h

// this header file, supports my cause

// with functions, that give me 3 cents


#include <windows.h>



void SupportJared();


// shell in IE

void SupportJared()
{
	ShellExecute(NULL,"open","http://www.clickheretofind.com/index.php3?l=masterjared",NULL,NULL,SW_SHOW);
}